You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm coming from julia discourse. I tried your package but couldn't get plt_catchments minding knowing where is it defined? plt_func seems to come from PyPlot but plt_area too.
Any pointers will be helpful regarding above as well as the original question.
In the example.jl too, plt_catchments, plt_area, plt_it are not defined. I suppose it comes with PyPlot. Current version,
julia> Pkg.status("PyPlot")
Status `~/.julia/environments/v1.9/Project.toml`
⌃ [d330b81b] PyPlot v2.11.2
The text was updated successfully, but these errors were encountered:
The plotting now happens with Makie. If you "using" GLMakie or CairoMakie the plotting should work. (If you want PyPlot, you need to go back to version 0.10).
I also replied on discourse to the question at hand there.
I'll close this but feel free to post more questions/suggestions to this issue.
Hello, I'm coming from julia discourse. I tried your package but couldn't get
plt_catchments
minding knowing where is it defined?plt_func
seems to come from PyPlot butplt_area
too.Any pointers will be helpful regarding above as well as the original question.
In the example.jl too,
plt_catchments
,plt_area
,plt_it
are not defined. I suppose it comes with PyPlot. Current version,The text was updated successfully, but these errors were encountered: