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
what version of Makie are you running? (]st -m Makie)
(jl_OOZ0Ex) pkg> status
Status `/tmp/jl_OOZ0Ex/Project.toml`
[ee78f7c6] Makie v0.22.1
[ade2ca70] Dates v1.11.0
can you reproduce the bug with a fresh environment ? (]activate --temp; add Makie)
yes
What platform + GPU are you on?
Ubuntu 24.04, Nvidia 1080
Using the SpecApi, you get the error ArgumentError: Cannot change dim conversion for dimension 1, since it already is set to a conversion: Makie.DateTimeConversion(Observable(Date)). when trying to plot a second Lines object if the x axis is a Date. This operation works fine if the x axis is not a Date or if you don't use the SpecApi.
]st -m Makie
)]activate --temp; add Makie
)yes
Ubuntu 24.04, Nvidia 1080
Using the SpecApi, you get the error
ArgumentError: Cannot change dim conversion for dimension 1, since it already is set to a conversion: Makie.DateTimeConversion(Observable(Date)).
when trying to plot a second Lines object if the x axis is a Date. This operation works fine if the x axis is not a Date or if you don't use the SpecApi.Expected output:
Full stacktrace:
The text was updated successfully, but these errors were encountered: