summaryrefslogtreecommitdiff
path: root/graphics/pstricks/contrib/numericplots/doc/src/examples/basic_EasyPlot.tex
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pstricks/contrib/numericplots/doc/src/examples/basic_EasyPlot.tex')
-rw-r--r--graphics/pstricks/contrib/numericplots/doc/src/examples/basic_EasyPlot.tex9
1 files changed, 9 insertions, 0 deletions
diff --git a/graphics/pstricks/contrib/numericplots/doc/src/examples/basic_EasyPlot.tex b/graphics/pstricks/contrib/numericplots/doc/src/examples/basic_EasyPlot.tex
new file mode 100644
index 0000000000..0a226a1f9f
--- /dev/null
+++ b/graphics/pstricks/contrib/numericplots/doc/src/examples/basic_EasyPlot.tex
@@ -0,0 +1,9 @@
+\begin{NumericDataPlot}{\textwidth}{6.5cm}
+ \setxAxis{xMin=-1, xMax=2, Dx=0.5, xO=0}
+ \setyAxis{yMin=-50, yMax=150, Dy=25, yO=0}
+
+ \plotxAxis{x-axis label}
+ \plotyAxis{y-axis label}
+
+ \listplot[style=StdLineStyA]{\IdentI}
+\end{NumericDataPlot} \ No newline at end of file