fpppy.utils.plot_series errors on "matplotlib>=3.11" #152
autorejecttop
started this conversation in
Error report
Replies: 1 comment
|
Thanks. Now fixed. We've also added a conda environment to ensure package versions installed match what we use in the book. See https://otexts.com/fpppy/UsingPython.html#install-required-libraries |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Tried running the
plot_seriesfunction based on the code at Chapter 2.2 Time Plots but got this error:Installing matplotlib<=3.10 made it work.
Also, removing the
fig.show()right beforereturn figon theplot_seriesfunction made it work in matplotlib>=3.11.All reactions