summaryrefslogtreecommitdiff
path: root/graphics/pstricks/contrib/numericplots/doc/src/examples/multiplots_exampleIII.tex
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pstricks/contrib/numericplots/doc/src/examples/multiplots_exampleIII.tex')
-rw-r--r--graphics/pstricks/contrib/numericplots/doc/src/examples/multiplots_exampleIII.tex24
1 files changed, 24 insertions, 0 deletions
diff --git a/graphics/pstricks/contrib/numericplots/doc/src/examples/multiplots_exampleIII.tex b/graphics/pstricks/contrib/numericplots/doc/src/examples/multiplots_exampleIII.tex
new file mode 100644
index 0000000000..5be87bb1b1
--- /dev/null
+++ b/graphics/pstricks/contrib/numericplots/doc/src/examples/multiplots_exampleIII.tex
@@ -0,0 +1,24 @@
+\newpsstyle{Database}{linecolor=LineColorA, linestyle=none, dotstyle=*,
+showpoints=true, dotsize=5pt}
+\newpsstyle{Result}{linecolor=LineColorB, linestyle=none, dotstyle=+,
+showpoints=true, dotsize=10pt}
+
+\begin{NumericDataPlot}{\textwidth}{0.25\textheight}
+
+ % --- definition of the axis and the grid ---
+ \setxAxis{xMin=2, xMax=17, Dx=4}
+ \setyAxis{yMin=20, yMax=70, Dy=20}
+
+ % plot the axis of the lower left corner
+ \plotxAxis[LabelRot=15]{Stichnummer}
+ \plotyAxis[LabelRot=30, LabelRefPt=tr]{$F_{roll}$ in $\si{\mega\newton}$}
+
+ \listplot[style=Database]{\DataA}
+
+ % define a second y-axis
+ \setyAxis{yMin=40, yMax=90, Dy=20}
+ \plotyAxis[AxisStyle=Right, NoGrid, LabelRot=90]{$F_{roll}$}
+
+ \listplot[style=Result]{\DataA}
+
+\end{NumericDataPlot} \ No newline at end of file