Updated bubble visualization title
Browse files
plots.py
CHANGED
@@ -215,6 +215,6 @@ def buble_interactive(stock_df,choices):
|
|
215 |
log_x=True,
|
216 |
size_max=60,
|
217 |
)
|
218 |
-
fig.update_layout(title="Beta
|
219 |
# -- Input the Plotly chart to the Streamlit interface
|
220 |
st.plotly_chart(fig, use_container_width=True)
|
|
|
215 |
log_x=True,
|
216 |
size_max=60,
|
217 |
)
|
218 |
+
fig.update_layout(title= benchmark +"Benchmark - Beta of Stock Ticker to Quantity")
|
219 |
# -- Input the Plotly chart to the Streamlit interface
|
220 |
st.plotly_chart(fig, use_container_width=True)
|