I´m getting the following error, when I try to use Plots.jl with the pgfplots backend.
julia> using Plots
julia> pgfplotsx()
ERROR: UndefVarError: pgfplotsx not defined
Note:
I have installed Plots v0.27.1, PGFPlotsX v1.2.5 and PGFPlots v3.2.1. Furthermore Plots.jl is working when I use the plotly backend and the examples of website of PGFPlotsX are also working.
Does anybody know what is the matter with this error?
Oh, ok sorry and thanks. I thought, that I would be on one of the latest version, because I did a fresh install of julia and all packages just 2 weeks ago. I´ve done ] up, currently it is building. I will report, when it is finished.