Spaces:
Running
Running
Update curated.py
Browse files- curated.py +0 -4
curated.py
CHANGED
@@ -896,10 +896,6 @@ 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 |
-
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
|
|
|
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
|