summaryrefslogtreecommitdiff
path: root/graphics/pstricks/contrib/numericplots/doc/src/examples/basic_Grid.tex
blob: 1b98d0cd70cc971a46f53cf60e5deec90f841b37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
\begin{NumericDataPlot}
   {\textwidth}{6.5cm}
	\setxAxis{xMin=1, xMax=1.6, Dx=0.1, DDx=0.2}
	\setyAxis{yMin=50, yMax=150, Dy=12.5, DDy=25}
	
	\plotxGrid
	\plotyGrid
	\plotxAxis[NoLabel, NoGrid, AxisStyle=Boxed]{}
	\plotyAxis[NoLabel, NoGrid, AxisStyle=Boxed]{}
	
	\listplot[style=StdLineStyA]{\IdentI}
	
\end{NumericDataPlot}