Version 0.18

This commit is contained in:
rskoupy
2023-12-07 17:54:44 +01:00
parent 689c16d3bd
commit 5d2958c475
2 changed files with 8 additions and 8 deletions

View File

@ -300,7 +300,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 4,
"id": "8055b802-cf83-4250-aea9-54e3e6b73db0",
"metadata": {},
"outputs": [],
@ -383,7 +383,7 @@
"method = ToggleButtons(options=[('SSB','direct'), ('Iter','iterative')], description='Method', tooltips=['SSB', 'PIE, MLc, DM'],\n",
" layout=Layout(width='auto', grid_area='methods'), style = {'description_width': descr,'button_width': butt}, button_style='',disabled=False,)\n",
"\n",
"graph_size = ToggleButtons(options=[('S', 90), ('M', 100), ('L', 120)], value=100, description='Graphs size',\n",
"graph_size = ToggleButtons(options=[('XXS', 70),('XS', 80),('S', 90), ('M', 100), ('L', 120)], value=100, description='Graphs size',\n",
" layout=Layout(width='auto', grid_area='gr_size'), style = {'description_width': descr,'button_width': butt}, button_style='',disabled=False,)\n",
"\n",
"ctf_xaxis = RadioButtons(options=['α','mrad', 'A'], description='CTF x-axis:',\n",
@ -845,14 +845,14 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 5,
"id": "7937f054-fcd0-4e67-a20f-7696f5903a94",
"metadata": {},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "8710f7e77b2e4d7db347f1bf287dba25",
"model_id": "47642ef0d8b94bceb11f878293997c33",
"version_major": 2,
"version_minor": 0
},

View File

@ -300,7 +300,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 4,
"id": "8055b802-cf83-4250-aea9-54e3e6b73db0",
"metadata": {},
"outputs": [],
@ -383,7 +383,7 @@
"method = ToggleButtons(options=[('SSB','direct'), ('Iter','iterative')], description='Method', tooltips=['SSB', 'PIE, MLc, DM'],\n",
" layout=Layout(width='auto', grid_area='methods'), style = {'description_width': descr,'button_width': butt}, button_style='',disabled=False,)\n",
"\n",
"graph_size = ToggleButtons(options=[('S', 90), ('M', 100), ('L', 120)], value=100, description='Graphs size',\n",
"graph_size = ToggleButtons(options=[('XXS', 70),('XS', 80),('S', 90), ('M', 100), ('L', 120)], value=100, description='Graphs size',\n",
" layout=Layout(width='auto', grid_area='gr_size'), style = {'description_width': descr,'button_width': butt}, button_style='',disabled=False,)\n",
"\n",
"ctf_xaxis = RadioButtons(options=['α','mrad', 'A'], description='CTF x-axis:',\n",
@ -845,14 +845,14 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 5,
"id": "7937f054-fcd0-4e67-a20f-7696f5903a94",
"metadata": {},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "8710f7e77b2e4d7db347f1bf287dba25",
"model_id": "47642ef0d8b94bceb11f878293997c33",
"version_major": 2,
"version_minor": 0
},