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
Is it possible to have Two Y Axes with grid subplots? E.g. 4 plots (two rows, two columns) with a left hand side y axis and a right hand side y axis each?
If I understand it correctly the mapping of y axis to subplots is fixed, right?
e.g. y1 => row1 column1, y2 = > row1 column2 etc.