Spaces:
Sleeping
Sleeping
Pragya Jatav
commited on
Commit
·
15c051f
1
Parent(s):
4b04bdf
version changes
Browse files
pages/2_Scenario_Planner.py
CHANGED
@@ -902,9 +902,9 @@ if auth_status == True:
|
|
902 |
marker_color=light_orange,showlegend=True))
|
903 |
|
904 |
fig.update_xaxes(title_text="Channels")
|
905 |
-
fig.update_yaxes(title_text="
|
906 |
fig.update_layout(
|
907 |
-
title = "Actual vs. Optimized
|
908 |
margin=dict(t=40, b=40, l=40, r=40),
|
909 |
# yaxis=dict(range=[0, 0.002]),
|
910 |
)
|
|
|
902 |
marker_color=light_orange,showlegend=True))
|
903 |
|
904 |
fig.update_xaxes(title_text="Channels")
|
905 |
+
fig.update_yaxes(title_text="Efficiency")
|
906 |
fig.update_layout(
|
907 |
+
title = "Actual vs. Optimized Efficiency",
|
908 |
margin=dict(t=40, b=40, l=40, r=40),
|
909 |
# yaxis=dict(range=[0, 0.002]),
|
910 |
)
|