diff options
Diffstat (limited to 'graphics/pstricks/contrib/numericplots/doc/src/examples/basic_Lines.tex')
-rw-r--r-- | graphics/pstricks/contrib/numericplots/doc/src/examples/basic_Lines.tex | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/pstricks/contrib/numericplots/doc/src/examples/basic_Lines.tex b/graphics/pstricks/contrib/numericplots/doc/src/examples/basic_Lines.tex new file mode 100644 index 0000000000..3c6219e089 --- /dev/null +++ b/graphics/pstricks/contrib/numericplots/doc/src/examples/basic_Lines.tex @@ -0,0 +1,18 @@ +\begin{NumericDataPlot} + {\textwidth}{6cm} + \setxAxis + {xMin=1, xMax=1.6, Dx=0.2} + \setyAxis + {yMin=50, yMax=150, Dy=25} + + \plotxAxis[NoLabel]{} + \plotyAxis[NoLabel]{} + + \listplot[style=StdLineStyA] + {\IdentI} + + \NDPhline[linecolor=LineColorD]{73} + \NDPvline[linecolor=LineColorE, % + linestyle=dashed]{1.5} + \NDPline[linecolor=red]{1.1}{75}{1.3}{125} +\end{NumericDataPlot}
\ No newline at end of file |