Closed
Description
Hi,
I understand that currently there is a way to place y-axis tick labels on the right hand side instead of the left by default, by calling ax.yaxis.tick_right()
.
See this SO post This is obviously very useful for people who study time series and latest values are sometimes more important than older values.
I'd like to suggest making that a profile setting in matplotlibrc
. Open to dicussion here.
Thanks.