summaryrefslogtreecommitdiff
path: root/graphics/pstricks/contrib/numericplots/doc/src/examples/basic_Labels.tex
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pstricks/contrib/numericplots/doc/src/examples/basic_Labels.tex')
-rw-r--r--graphics/pstricks/contrib/numericplots/doc/src/examples/basic_Labels.tex17
1 files changed, 17 insertions, 0 deletions
diff --git a/graphics/pstricks/contrib/numericplots/doc/src/examples/basic_Labels.tex b/graphics/pstricks/contrib/numericplots/doc/src/examples/basic_Labels.tex
new file mode 100644
index 0000000000..f48318cab8
--- /dev/null
+++ b/graphics/pstricks/contrib/numericplots/doc/src/examples/basic_Labels.tex
@@ -0,0 +1,17 @@
+\begin{NumericDataPlot}{\textwidth}{6.5cm}
+ \setxAxis{xMin=1, xMax=1.6, Dx=0.1, DDx=0.2}
+ \setyAxis{yMin=75, yMax=130, Dy=12.5}
+
+ \plotxAxis
+ [LabelOption=\LARGE,%
+ TickLabelOption=\color{red},%
+ LabelSep=40pt]
+ {x-axis label}
+ \plotyAxis
+ [NoLabel, NoTicks, NoTickLabel]
+ {y-axis label}
+
+ \listplot[style=StdLineStyA]{\IdentI}
+ \listplot[style=StdLineStyB]{\IdentII}
+
+\end{NumericDataPlot} \ No newline at end of file