JuliaPlots / PlotDocs.jl

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

fix ci #347

Closed HaoxuanGuo closed 11 months ago

HaoxuanGuo commented 11 months ago

Fix CI failed.

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'

This has to be fixed in Plots.jl

BeastyBlacksmith commented 11 months ago

I opened an issue about the juliamono version number here: https://github.com/cormullion/juliamono/issues/195#issuecomment-1838241293

I don't think the solution of this PR is robust enough. E.g. what will happen once 0.1 is released?

HaoxuanGuo commented 11 months ago

You are right. This solution is not robust enough. This should be solve by the upstream.

HaoxuanGuo commented 11 months ago

Close this PR and discuss moved to #348 .