victormiller commited on
Commit
ceff3f3
1 Parent(s): 2018e3d

Update curated.py

Browse files
Files changed (1) hide show
  1. curated.py +4 -0
curated.py CHANGED
@@ -896,6 +896,10 @@ fig.update_layout(
896
  title='Stacked Bar Chart of Line Reductions by Filter for Each Dataset',
897
  xaxis_title='Filter',
898
  yaxis_title='Number of Lines',
 
 
 
 
899
  legend_title='Dataset',
900
  height=600,
901
  width=1000
 
896
  title='Stacked Bar Chart of Line Reductions by Filter for Each Dataset',
897
  xaxis_title='Filter',
898
  yaxis_title='Number of Lines',
899
+ yaxis=dict(
900
+ tickvals=[300000000, 350000000, 400000000, 450000000], # Positions of the ticks
901
+ ticktext=['300M', '350M', '400M', '450M'] # Labels for the ticks
902
+ )
903
  legend_title='Dataset',
904
  height=600,
905
  width=1000