blob: de71d1919bf7ae9a975d1aedfd1e1eaa172fe13c (
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
|
% Copyright 2010 Thomas Koenig, 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}
\item 14.09.2010
\begin{itemize}
\item added \texttt{struct2latex} to the package
\item added \texttt{dspace2struct} to the package
\item added \texttt{dspace2latex} to the package
\item changed \texttt{struct2latex}: mapping column vectors
\item changed \texttt{struct2latex}: downsampling option added
\end{itemize}
\item 15.11.2010
\begin{itemize}
\item changed the lineends of the axis
\end{itemize}
\item 07.01.2011
\begin{itemize}
\item adjusted linestyles
\item example with the available linestyles
\end{itemize}
\item 04.05.2011
\begin{itemize}
\item added commands to place exponents at the axes
\item added documentation for put North, \ldots, SouthWest
\end{itemize}
\item 14.05.2011
\begin{itemize}
\item added command to put a box in the graph
\end{itemize}
\item 17.05.2011
\begin{itemize}
\item added ps-style LegendBoxStyle to adjust the style of the box
underlying the legend
\end{itemize}
\item 12.07.2011
\begin{itemize}
\item changes in documentation
\item adopted \texttt{dspace2struct} for \textsc{dSpace Next Generation}
\item added \verb+\NDPvline, \NDPhline, \NDPvbox+ and \verb+\NDPhbox+
\end{itemize}
\item 01.06.2012
\begin{itemize}
\item changes in documentation
\item general bug fixing
\item bug fixing for \texttt{dspace2struct}
\item suppressing notification of the calculations made by the fp package
during the compilation.
\end{itemize}
\end{itemize}
|