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
I was trying to plot the data which has multiple dimensions. One dimension R only have four values (3,4,5,6), but the MarkerSize will show 5 values (3, 3.75, 4.5, 5.25, 6) in the legend, and I didn't find a way to adjust this in source code, is there method to resolve this?
Yes this is currently hardcoded out of a lack of time. But I think this should probably get the same interface as ticks in Makie, as it seems to be the same problem.
At first I thought you'd always have to show the minimum and maximum marker size which leads to uneven numbers, because otherwise you wouldn't know what your extreme values are from the legend. But I guess other libraries like ggplot also don't do that and show pretty values instead.
I was trying to plot the data which has multiple dimensions. One dimension R only have four values (3,4,5,6), but the MarkerSize will show 5 values (3, 3.75, 4.5, 5.25, 6) in the legend, and I didn't find a way to adjust this in source code, is there method to resolve this?
I also tried manually adding legend, still not working:
The text was updated successfully, but these errors were encountered: