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 would like to show to marks on the same plot and have them "share" a y-axis the same way the x-axis is shared. In this case we are looking at points representing an average predictions and error bars for those predictions. Ideally, there is a single y axis that goes from 0 to 1.
I looks like when there are multiple marks, the min and max y values are ignored:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I would like to show to marks on the same plot and have them "share" a y-axis the same way the x-axis is shared. In this case we are looking at points representing an average predictions and error bars for those predictions. Ideally, there is a single y axis that goes from 0 to 1.
I looks like when there are multiple marks, the min and max y values are ignored:
If I flop the order of the marks we get:
Do we intentionally ignore max and min values for the second mark?
Beta Was this translation helpful? Give feedback.
All reactions