euler314 commited on
Commit
891dadc
·
verified ·
1 Parent(s): aceb3e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -16
app.py CHANGED
@@ -467,15 +467,13 @@ with tab1:
467
  'yanchor': 'top'
468
  },
469
  xaxis={
470
- 'title': 'β Parameter',
471
- 'titlefont': {'size': 18, 'color': '#424242'},
472
  'tickfont': {'size': 14},
473
  'gridcolor': 'rgba(220, 220, 220, 0.5)',
474
  'showgrid': True
475
  },
476
  yaxis={
477
- 'title': 'Eigenvalues',
478
- 'titlefont': {'size': 18, 'color': '#424242'},
479
  'tickfont': {'size': 14},
480
  'gridcolor': 'rgba(220, 220, 220, 0.5)',
481
  'showgrid': True
@@ -647,15 +645,13 @@ with tab1:
647
  'yanchor': 'top'
648
  },
649
  xaxis={
650
- 'title': 'β Parameter',
651
- 'titlefont': {'size': 18, 'color': '#424242'},
652
  'tickfont': {'size': 14},
653
  'gridcolor': 'rgba(220, 220, 220, 0.5)',
654
  'showgrid': True
655
  },
656
  yaxis={
657
- 'title': 'Eigenvalues',
658
- 'titlefont': {'size': 18, 'color': '#424242'},
659
  'tickfont': {'size': 14},
660
  'gridcolor': 'rgba(220, 220, 220, 0.5)',
661
  'showgrid': True
@@ -848,16 +844,14 @@ with tab2:
848
  'yanchor': 'top'
849
  },
850
  xaxis={
851
- 'title': 'z (logarithmic scale)',
852
- 'titlefont': {'size': 18, 'color': '#424242'},
853
  'tickfont': {'size': 14},
854
  'gridcolor': 'rgba(220, 220, 220, 0.5)',
855
  'showgrid': True,
856
  'type': 'log' # Use logarithmic scale for better visualization
857
  },
858
  yaxis={
859
- 'title': 'Im(s)',
860
- 'titlefont': {'size': 18, 'color': '#424242'},
861
  'tickfont': {'size': 14},
862
  'gridcolor': 'rgba(220, 220, 220, 0.5)',
863
  'showgrid': True
@@ -991,16 +985,14 @@ with tab2:
991
  'yanchor': 'top'
992
  },
993
  xaxis={
994
- 'title': 'z (logarithmic scale)',
995
- 'titlefont': {'size': 18, 'color': '#424242'},
996
  'tickfont': {'size': 14},
997
  'gridcolor': 'rgba(220, 220, 220, 0.5)',
998
  'showgrid': True,
999
  'type': 'log' # Use logarithmic scale for better visualization
1000
  },
1001
  yaxis={
1002
- 'title': 'Im(s)',
1003
- 'titlefont': {'size': 18, 'color': '#424242'},
1004
  'tickfont': {'size': 14},
1005
  'gridcolor': 'rgba(220, 220, 220, 0.5)',
1006
  'showgrid': True
 
467
  'yanchor': 'top'
468
  },
469
  xaxis={
470
+ 'title': {'text': 'β Parameter', 'font': {'size': 18, 'color': '#424242'}},
 
471
  'tickfont': {'size': 14},
472
  'gridcolor': 'rgba(220, 220, 220, 0.5)',
473
  'showgrid': True
474
  },
475
  yaxis={
476
+ 'title': {'text': 'Eigenvalues', 'font': {'size': 18, 'color': '#424242'}},
 
477
  'tickfont': {'size': 14},
478
  'gridcolor': 'rgba(220, 220, 220, 0.5)',
479
  'showgrid': True
 
645
  'yanchor': 'top'
646
  },
647
  xaxis={
648
+ 'title': {'text': 'β Parameter', 'font': {'size': 18, 'color': '#424242'}},
 
649
  'tickfont': {'size': 14},
650
  'gridcolor': 'rgba(220, 220, 220, 0.5)',
651
  'showgrid': True
652
  },
653
  yaxis={
654
+ 'title': {'text': 'Eigenvalues', 'font': {'size': 18, 'color': '#424242'}},
 
655
  'tickfont': {'size': 14},
656
  'gridcolor': 'rgba(220, 220, 220, 0.5)',
657
  'showgrid': True
 
844
  'yanchor': 'top'
845
  },
846
  xaxis={
847
+ 'title': {'text': 'z (logarithmic scale)', 'font': {'size': 18, 'color': '#424242'}},
 
848
  'tickfont': {'size': 14},
849
  'gridcolor': 'rgba(220, 220, 220, 0.5)',
850
  'showgrid': True,
851
  'type': 'log' # Use logarithmic scale for better visualization
852
  },
853
  yaxis={
854
+ 'title': {'text': 'Im(s)', 'font': {'size': 18, 'color': '#424242'}},
 
855
  'tickfont': {'size': 14},
856
  'gridcolor': 'rgba(220, 220, 220, 0.5)',
857
  'showgrid': True
 
985
  'yanchor': 'top'
986
  },
987
  xaxis={
988
+ 'title': {'text': 'z (logarithmic scale)', 'font': {'size': 18, 'color': '#424242'}},
 
989
  'tickfont': {'size': 14},
990
  'gridcolor': 'rgba(220, 220, 220, 0.5)',
991
  'showgrid': True,
992
  'type': 'log' # Use logarithmic scale for better visualization
993
  },
994
  yaxis={
995
+ 'title': {'text': 'Im(s)', 'font': {'size': 18, 'color': '#424242'}},
 
996
  'tickfont': {'size': 14},
997
  'gridcolor': 'rgba(220, 220, 220, 0.5)',
998
  'showgrid': True