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
Hmm, maybe it makes sense for child plots to inherit inspector_label. I think I originally didn't do that because a callback applicable to e.g. lines wouldn't work for e.g. mesh. But since the plot is part of the callback arguments you could just write multiple branches/methods.
Maybe something to add to #4399 / consider in #4630.
For the following example:
only the lines and scatter plot show the correct label. However, the scatterlines plot shows the default label.
I'm on Makie v0.21.18 and julia v1.11.2 on Windows with an Nvidia GPU
]st -m Makie
)]activate --temp; add Makie
)The text was updated successfully, but these errors were encountered: