kieran-mackle / AutoTrader

A Python-based development platform for automated trading systems - from backtesting to optimisation to livetrading.
https://kieran-mackle.github.io/AutoTrader/
GNU General Public License v3.0
937 stars 215 forks source link

plotting error #68

Closed alihaskar closed 1 year ago

alihaskar commented 1 year ago

i tried running the demo as is,it runs perfectly until it reaches plotting where it raises

AttributeError: unexpected attribute 'plot_width' to figure, similar attributes are outer_width, width or min_width.

i guess this has to do with the old version of bokeh Autotrader is using

alihaskar commented 1 year ago

it worked when i downgraded bokeh to bokeh-2.3.2

kieran-mackle commented 1 year ago

Thanks @alihaskar, I will make sure to fix the Bokeh dependency or update the code for this. Thanks for letting me know.

noubre commented 1 year ago

@kieran-mackle I am running into this same error even though bokeh is already version 2.3.2. Could there be another reason for the error that I am missing?

Thanks!