diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/numericplots/history.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/numericplots/history.tex | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/numericplots/history.tex b/Master/texmf-dist/doc/latex/numericplots/history.tex new file mode 100644 index 00000000000..971496d74ea --- /dev/null +++ b/Master/texmf-dist/doc/latex/numericplots/history.tex @@ -0,0 +1,62 @@ +% 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/>. + +\part{Version} + +\section{History} + +\begin{itemize} + \item 18.05.2010 + \begin{itemize} + \item added LabelOption to plotAxis + \item added TickLabelOption to plotAxis + \item added possibility to change StdLabelOption + \item added possibility to change StdTickLabelOption + \end{itemize} + \item 11.06.2010 + \begin{itemize} + \item expanded documentation + \item changed the command \texttt{LegLine}. + \item added the commands \texttt{plotxGrid} and \texttt{plotyGrid}. The + grids may now be plotted before the axis to avoid overlapping of the grid + and the axis. + \end{itemize} + \item 17.06.2010 + \begin{itemize} + \item changed export2latex: check for the necessary precision before + exporting the data + \end{itemize} + \item 21.06.2010 + \begin{itemize} + \item added option for logarithmic axes + \end{itemize} + \item 05.07.2010 + \begin{itemize} + \item added command NDPline + \item added instructions to fill areas between plots to documentation + \end{itemize} + \item 03.08.2010 + \begin{itemize} + \item added options to \texttt{export2latex.m} + \end{itemize} + \item 05.08.2010 + \begin{itemize} + \item new calculation of tick lengths + \item length of the ticks may now be given in mm, see + \ref{sec:OptionsGeneral} + \end{itemize} +\end{itemize}
\ No newline at end of file |