-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
We can view the plots in Jupyter notebooks via the following code.
indicators = [
Candlesticks(),BBANDS(),Volume(),
RSI(),
]
with plt.style.context('classic'):
chart = Chart(title="ticker", max_bars=200)
chart.plot(df, indicators)
How to display the same in python streamlit app?
The above code + chart.show() does not work. The chart.plot() does not have any returnfig option.
ambideXtrous9
Metadata
Metadata
Assignees
Labels
No labels