diff options
author | Karl Berry <karl@freefriends.org> | 2010-09-19 16:18:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-09-19 16:18:29 +0000 |
commit | 96b0b0d816058a1ec98b27f72d6bd57a82e5bf5d (patch) | |
tree | bf4564ef02357935f01e4a31eaa816b33a990e19 /Master/texmf-dist/doc/latex/numericplots/options.tex | |
parent | 77215650a9e7341885b43f4abd9c747055caca1c (diff) |
numericplots (minus matlab)
git-svn-id: svn://tug.org/texlive/trunk@19805 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/numericplots/options.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/numericplots/options.tex | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/numericplots/options.tex b/Master/texmf-dist/doc/latex/numericplots/options.tex new file mode 100644 index 00000000000..a37da9848f9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/numericplots/options.tex @@ -0,0 +1,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}
\ No newline at end of file |