Makie.xlabel! has stopped working for me after a recent update. For example,
using Makie
h = Makie.lines(1:10,rand(10))
Makie.xlabel!(h, "label")
produces
ERROR: MethodError: no method matching getindex(::AbstractPlotting.FigureAxisPlot, ::Type{OldAxis})
Stacktrace:
[1] xlabel!(::AbstractPlotting.FigureAxisPlot, ::String) at C:\Users\ ... \.julia\packages\AbstractPlotting\Gi0Gl\src\shorthands.jl:8
[2] top-level scope at REPL[5]:1
I’m using Julia 1.5.3 in VSCode on Windows 10 with Makie v0.12.0. I’ve tried uninstalling and reinstalling Makie. It was all fine a couple of weeks ago. Is it likely to be a problem with Makie or just my installation?
Thanks
Tony