Using Julia 1.6.3, VSCodium 1.62.1, Git 2.33.1 and KiteViewer 0.4.1. on Windows, I first get warnings about the Package AbstractPlotting:
Everything from AbstractPlotting.jl got moved to Makie.jl
about the Mousebuttons:
events.mousebuttons is deprecated. Use events.mousebutton to react to MouseButtonEvents instead and ``.
about the Keyboardbuttons:
events.keyboardbuttons is deprecated. Use events.keyboardbutton to react to KeyEvents instead.
and then I get the Error:
MethodError: Cannot convert an object of type Vector{Char} to an object of type Char
and the Makie-window opens but stays completely white.
Using Julia 1.6.3, VSCodium 1.62.1, Git 2.33.1 and KiteViewer 0.4.1. on Windows, I first get warnings about the Package AbstractPlotting: Everything from AbstractPlotting.jl got moved to Makie.jl
about the Mousebuttons:
events.mousebuttons
is deprecated. Useevents.mousebutton
to react toMouseButtonEvent
s instead and ``.about the Keyboardbuttons:
events.keyboardbuttons
is deprecated. Useevents.keyboardbutton
to react toKeyEvent
s instead.and then I get the Error: MethodError: Cannot
convert
an object of type Vector{Char} to an object of type Charand the Makie-window opens but stays completely white.