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
When I finally implement this, I will also support sharing and spanning for ylabels on the right side and xlabels on the top side even without dual axes. Currently, proplot only supports left and bottom labels, which is arbitrary/annoying.
Description
I wanna only to show the label of rightest dual y-axis.
Steps to reproduce
Expected behavior: [What you expected to happen]

I can make this work by setting something manually. Is there a better method?
Is it better to apply spany to both yaxis and dual yaxis?
Actual behavior: [What actually happened]

Proplot version
Paste the results of
import matplotlib; print(matplotlib.__version__); import proplot; print(proplot.version)
here.The text was updated successfully, but these errors were encountered: