I'm trying to make one plot with multiple y-axis with this example: https://matplotlib.org/faq/howto_faq-1.pdf
Here is the link with the source code https://matplotlib.org/faq/howto_faq.html
I'm a little dissatisfied about the alignment of the right y-axis.
1.00
0.50
0.00
-0.50
-1.00
Is it possible to change the alignment and get the numbers in line, like:
1.00
0.50
0.00
-0.50
-1.00
Is there any way to add leading spaces to tick marks?