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 have found that when I use scale_y_continuous(position="right"), setting hjust does not work in theme(axis.text.y = element_text(hjust=1)). The labels are always left-justified no matter how hjust is set. If I set position="left", then hjust=0 gives right-justified labels and hjust=1 gives left-justified labels as expected.