summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/numericplots/src/MultiplePlots.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/numericplots/src/MultiplePlots.tex')
-rw-r--r--Master/texmf-dist/doc/latex/numericplots/src/MultiplePlots.tex8
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/numericplots/src/MultiplePlots.tex b/Master/texmf-dist/doc/latex/numericplots/src/MultiplePlots.tex
index de2b8a42dc7..9985b8614eb 100644
--- a/Master/texmf-dist/doc/latex/numericplots/src/MultiplePlots.tex
+++ b/Master/texmf-dist/doc/latex/numericplots/src/MultiplePlots.tex
@@ -35,3 +35,11 @@ An example with different y-axes on the left and on the right side:
\lstinputlisting{examples/multiplots_exampleII}
\input{examples/multiplots_exampleII}
+
+
+It is also possible to rotate the labels of the axes (LabelRot and LabelRefPt
+have to be set after AxisStyle!):
+
+\lstinputlisting[firstline=12, lastline=20]{examples/multiplots_exampleIII}
+
+\input{examples/multiplots_exampleIII}