summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/numericplots/src/examples/basic_Boxes.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/numericplots/src/examples/basic_Boxes.tex')
-rw-r--r--Master/texmf-dist/doc/latex/numericplots/src/examples/basic_Boxes.tex22
1 files changed, 22 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/numericplots/src/examples/basic_Boxes.tex b/Master/texmf-dist/doc/latex/numericplots/src/examples/basic_Boxes.tex
new file mode 100644
index 00000000000..47243a1df21
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/numericplots/src/examples/basic_Boxes.tex
@@ -0,0 +1,22 @@
+\begin{NumericDataPlot}
+ {\textwidth}{6cm}
+ \setxAxis
+ {xMin=1, xMax=1.6, Dx=0.2}
+ \setyAxis
+ {yMin=50, yMax=150, Dy=25}
+
+ \plotxAxis[NoLabel]{}
+ \plotyAxis[NoLabel]{}
+
+ \NDPhbox[fillstyle=solid,fillcolor = green]%
+ {75.0}{100.0}%
+
+ \listplot[style=StdLineStyA] {\IdentI}
+
+ \NDPvbox[fillstyle=solid,fillcolor=red]
+ {1.4}{1.5}
+
+ \NDPbox[fillstyle=solid,%
+ fillcolor=orange, opacity=0.2, linestyle=none]%
+ {1.1}{60}{1.15}{130}
+\end{NumericDataPlot} \ No newline at end of file