blob: a37da9848f91b53c0e15d6b069806b79f75d82c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
% Copyright 2010 Thomas König, Alexander Michel
%
% This file is part of NumericPlots.
%
% NumericPlots is free software: you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
% the Free Software Foundation, either version 3 of the License, or
% any later version.
%
% NumericPlots is distributed in the hope that it will be useful,
% but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
% GNU General Public License for more details.
%
% You should have received a copy of the GNU General Public License
% along with NumericPlots. If not, see <http://www.gnu.org/licenses/>.
\section{Options}
\subsection{General}\label{sec:OptionsGeneral}
These are the options for the environment \texttt{NumericDataPlot}.
\begin{itemize}
\item xPicMin [0], yPicMin[0], xPicMax[1000], yPicMax[1000]
\item TickLength [2] defines the length of the ticks in mm
\item llx[-1.5cm], lly[-1.25cm], urx[2pt], ury[2pt]
\end{itemize}
|