JuliaPlots / PlotDocs.jl

Documentation for Plots.jl
http://docs.juliaplots.org/stable
MIT License
94 stars 96 forks source link

matplotlib API change blocked CI. #348

Open HaoxuanGuo opened 11 months ago

HaoxuanGuo commented 11 months ago

This PR CI blocked due to pythonplot use the deprecated method as this topic mentioned.

ERROR: LoadError: Python: AttributeError: 'GrouperView' object has no attribute 'join'

matplotlib API changed since version 3.6.

BeastyBlacksmith commented 10 months ago

we definitely need to find a way to pin the matplotlib version