forked from matlab2tikz/matlab2tikz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
224 lines (187 loc) · 6.04 KB
/
ChangeLog
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
2012-11-19 Nico Schlömer <[email protected]>
* Version 0.3.0.
* Support for:
- area plots
- legend position
- inner color bars
- log-scaled color bars
* New command line options:
- standalone (create compilable TeX file)
- checkForUpdates
* mlint cleanups.
* Removed deprecated options.
* Bugfixes:
- colorbar-axis association
- option parsing
- automatic updater
- unit 'px'
- ...
2012-09-01 Nico Schlömer <[email protected]>
* Version 0.2.3.
* Multiline text for all entities.
* Support for logical images.
* Support for multiple legends (legends in subplots).
* Fixed version check bug.
* Fix minumumPointsDistance.
2012-07-19 Nico Schlömer <[email protected]>
* Version 0.2.2.
* Support for multiline titles and axis labels.
* Respect log-scaled axes for minimumPointsDistance.
* Add support for automatic graph labels via
new option.
* About 5 bugfixes.
2012-05-04 Nico Schlömer <[email protected]>
* Version 0.2.1.
* Support for color maps.
* Support for native color bars.
* Partial support for hist3 plots.
* Support for spectrogram plots.
* Support for rotated text.
* Native handling of Infs/NaNs.
* Better info text.
* matlab2tikz version checking.
* Line plotting code cleanup.
* About 10 bugfixes.
2012-03-17 Nico Schlömer <[email protected]>
* Version 0.2.0.
* Greatly overhauled text handling. (Burkhart Lingner)
* Added option 'tikzFileComment'.
* Added option 'parseStrings'.
* Added option 'extraTikzpictureSettings'.
* Added proper documetion (for 'help matlab2tikz').
* Improved legend positioning, orientation.
* Support for horizontal bar plots.
* Get bar widths right.
* Doubles are plottet with 15-digit precision now.
* Support for rectangle objects.
* Better color handling.
* Testing framework improvements.
* Several bugfixes:
- ticks handled more concisely
- line splitting bugs
- ...
2011-11-22 Nico Schlömer <[email protected]>
* Version 0.1.4.
* Support for scatter 3D plots.
* Support for 3D parameter curves.
* Support for 3D patches.
* Support for minor ticks.
* Add option interpretTickLabelsAsTex (default false).
* Several bugfixes:
- %-sign in annotations
- fixed \omega and friends in annotations
- proper legend for bar plots
- don't override PNG files if there is
more than one image plot
- don't always close patch paths
2011-08-22 Nico Schlömer <[email protected]>
* Version 0.1.3.
* Greatly overhauled text handling.
* Better Octave compatibility.
* Several bugfixes:
- subplot order
- environment detection
2011-06-02 Nico Schlömer <[email protected]>
* Version 0.1.2.
* Support for logscaled color bar.
* Support for truecolor images.
* Initial support for text handles.
* Speed up processing for line plots.
* Several bugfixes:
- axis labels, tick labels, etc. for z-axis
- marker handling for scatter plots
- fix for unicolor scatter plots
2011-04-06 Nico Schlömer <[email protected]>
* Version 0.1.1.
* Improved Octave compatibility.
* Several bugfixes:
- input parser
2011-01-31 Nico Schlömer <[email protected]>
* Version 0.1.0.
* Basic Octave compatibility.
* Several bugfixes:
- bar plots fix (thanks to Christoph Rüdiger)
- fix legends with split graphs
2010-09-10 Nico Schlömer <[email protected]>
* Version 0.0.7.
* Compatibility fixes for older MATLAB installations.
* Several bugfixes:
- line plots with only one point
- certain surface plots
- orientation of triangle markers ("<" vs. ">")
- display of the color "purple"
2010-05-06 Nico Schlömer <[email protected]>
* Version 0.0.6.
* Support for scatter plots.
* Preliminary support for surface plots; thanks to Pooya.
* Large changes in the codebase:
- next to matlab2tikz.m, the file pgfplotsEnvironment.m
is now needed as well; it provides a much better
structured approach to storing and writing environments
when parsing the MATLAB(R) figure
* proper MATLAB(R) version check
* lots of small fixes
2009-12-21 Nico Schlömer <[email protected]>
* Version 0.0.5.
* Improvements in axis handling:
- colored axes
- allow different left and right ordinates
* Improvements for line plots:
* Version 0.0.5.
* Improvements in axis handling:
- colored axes
- allow different left and right ordinates
* Improvements for line plots:
- far outliers are moved toward the plot, avoiding 'Dimension too
large'-type errors in LaTeX
- optional point reduction by new option 'minimumPointsDistance'
* Improvements for image handling:
- creation of a PNG file, added by '\addplot graphics'
- fixed axis orientation bug
* Bugfixes for:
- multiple axes
- CMYK colors
- legend text alignment (thanks Dragen Mitrevski)
- transparent patches (thanks Carlos Russo)
* Added support for:
- background color
- Bode plots
- zplane plots
- freqz plots
2009-06-09 Nico Schlömer <[email protected]>
* Version 0.0.4.
* Added support for:
- error bars (thanks Robert Whittlesey for the suggestion)
* Improvents in:
- legends (thanks Theo Markettos for the patch),
- images,
- quiver plots (thanks Robert for spotting this).
* Improved options handling.
* Allow for custom file encoding (thanks Donghua Wang for the
suggestion).
* Numerous bugfixes (thanks Andreas Gäb).
2009-03-08 Nico Schlömer <[email protected]>
* Version 0.0.3.
* Added support for:
- subplots
- reverse axes
* Completed support for:
- images
2009-01-08 Nico Schlömer <[email protected]>
* Version 0.0.2.
* Added support for:
- quiver (arrow) plots
- bar plots
- stem plots
- stairs plots
* Added preliminary support for:
- images
- rose plots
- compass plots
- polar plots
* Moreover, large code improvement have been introduced, notably:
- aspect ratio handling
- color handling
- plot options handling
2008-11-07 Nico Schlömer <[email protected]>
* Initial version 0.0.1.