summaryrefslogtreecommitdiff
path: root/graphics/pstricks/contrib/numericplots/doc/src/examples/basic_MultipleData.tex
blob: e12ed83290e314d11ad09b9e8c06eec9bb782654 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
\begin{NumericDataPlot}
   {\textwidth}{6.5cm}
	\setxAxis
	   {xMin=1, xMax=2, Dx=0.2}
	\setyAxis
	   {yMin=50, yMax=150, Dy=25}
	
	\plotxAxis{x-axis label}
	\plotyAxis{y-axis label}
	
	\listplot[style=StdLineStyA]
	   {\IdentI}
	\listplot[style=StdLineStyB]
	   {\IdentII}
	
	\putSE{\LegendDefinition{
		\LegLine{style=StdLineStyA} & IdentI \\
		\LegLine{style=StdLineStyB} & IdentII
	}}
\end{NumericDataPlot}