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've been trying to create plots for questions favorbility. and tried using the latest main using seeing that #5620 was merged.
The second axis labels do not get the same value provided to scale_y_discrete's labels function.
what instead is passed to the second label is a vector of numbers.
Is this intended behavior?
The text was updated successfully, but these errors were encountered:
This issue mirrors #6089 in some ways, but yes: secondary breaks are numeric, so labelling functions will have to deal with this. The reason the breaks are numeric is because that way you're free to place them anywhere instead of just at the primary axis locations.
while trying to create a plot with the help of
scale_y_discrete
'ssec.axis
attribute, i am getting weird behavior.I've been trying to create plots for questions favorbility. and tried using the latest main using seeing that #5620 was merged.
The second axis
labels
do not get the same value provided toscale_y_discrete
'slabels
function.what instead is passed to the second label is a vector of numbers.
Is this intended behavior?
The text was updated successfully, but these errors were encountered: