ednunezg / pytrendline

Python module - detection of support and resistance trendlines for technical analysis. With tuning parameters and plotting capabilities
MIT License
68 stars 26 forks source link

unexpected attribute 'plot_width' to figure, similar attributes are outer_width, width or min_width #5

Open pulledbeef opened 1 year ago

pulledbeef commented 1 year ago

When using the pytrendline.plot() function i get:

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

pradeephyd commented 1 year ago

fixed for me with this

pip.exe install --upgrade bokeh==2.4.3

wkarny commented 10 months ago

Fixed by PR #7