JuliaPy / PyPlot.jl

Plotting for Julia based on matplotlib.pyplot
https://github.com/JuliaPy/PyPlot.jl
MIT License
478 stars 88 forks source link

Warning after upgrading #496

Closed IljaK91 closed 4 years ago

IljaK91 commented 4 years ago

Whenever I plot, I receive the following warning:

sys:1: MatplotlibDeprecationWarning: Passing the fontdict parameter of _set_ticklabels() positionally is deprecated since Matplotlib 3.3; the parameter will become keyword-only two minor releases later.
sys:1: UserWarning: FixedFormatter should only be used together with FixedLocator
sys:1: MatplotlibDeprecationWarning: Case-insensitive properties were deprecated in 3.3 and support will be removed two minor releases later
stevengj commented 4 years ago

These are not used internally within PyPlot, so it sounds like you have a plotting script that is using deprecated Matplotlib features. You should update your script.