How do I add a second Y-Axis on a plot? #56
Answered
by
johannes-wolf
quangnguyen09
asked this question in
Q&A
-
Looking through the manual, I can see there are mentioned of X2 and Y2 axis. However, I am unable to figure out how to add those axis to my plot. How do I enable these axis on my plot? |
Beta Was this translation helpful? Give feedback.
Answered by
johannes-wolf
Oct 18, 2024
Replies: 0 comments 2 replies
-
Additional axes automatically get added as soon as you use them via the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
quangnguyen09
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Additional axes automatically get added as soon as you use them via the
axes: (...)
parameter (forplot.add
andplot.add-*
commands). The only visible additional axes are thex2
andy2
with thescientific
axis-style. But you can use any number of axes.