Update my_pages/multiverse.py
Browse files- my_pages/multiverse.py +1 -1
my_pages/multiverse.py
CHANGED
|
@@ -170,7 +170,7 @@ def render():
|
|
| 170 |
hovermode="closest"
|
| 171 |
)
|
| 172 |
|
| 173 |
-
fig.patch.set_alpha(0)
|
| 174 |
# ax.patch.set_alpha(0)
|
| 175 |
|
| 176 |
st.plotly_chart(fig, use_container_width=True)
|
|
|
|
| 170 |
hovermode="closest"
|
| 171 |
)
|
| 172 |
|
| 173 |
+
# fig.patch.set_alpha(0)
|
| 174 |
# ax.patch.set_alpha(0)
|
| 175 |
|
| 176 |
st.plotly_chart(fig, use_container_width=True)
|