kieran-mackle / AutoTrader

A Python-based development platform for automated trading systems - from backtesting to optimisation to livetrading.

Home Page:https://kieran-mackle.github.io/AutoTrader/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

plotting error

alihaskar opened this issue · comments

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

it worked when i downgraded bokeh to bokeh-2.3.2

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

commented

@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!