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
If I try to choose the marker of a scatter plot with markershape=:foo, then this also changes the marker shape of my error bars, which is super undesirable. Is there a way in Plots.jl to just change the shape of the scatter plot’s points’ marks?
As expected in Plots 1.32.0, unexpected in 1.35.5 due to the merge of #4362
Me:
plotting MWE2 seperately would look like this plot(1:10,1:10, shape=:o); yerror!(1:10, 1:10, yerror=0.5, color=1, z_order=:back)
The measurements recipe is another story..
Possible fixes:
Measurements fixes the markershapes to the former defaults
Remove ability to customize errorcaps
introduce new attributes for error markershapes (I tried to argue against something similar in Add option for error bar styles #4360, but thats not necessarily my last word)
The text was updated successfully, but these errors were encountered:
Copying from Slack:
MWE1:
MWE2:
As expected in Plots 1.32.0, unexpected in 1.35.5 due to the merge of #4362
Me:
Possible fixes:
The text was updated successfully, but these errors were encountered: