blob: 971496d74ea8a16bde24ef6c82d69c740320a008 (
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
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}
|