forked from matlab2tikz/matlab2tikz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
388 lines (325 loc) · 10.5 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
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
2014-11-21 Nico Schlömer <[email protected]>
* Version 0.6.0.
* Annotation support in R2014a and earlier
* New subplot positioning approach (by Klaus Broelemann) that uses absolute
instead of relative positions.
* Support stacked bar plots and others in the same axes (needs pgfplots
1.11).
* Support legends with multiline entries.
* Support for the alpha channel in PNG output.
* Test framework updated and doesn't display figures by default.
* Major code clean-up and code complexity checks.
* Bug fixes:
- Cycle paths only when needed (#317, #49, #404)
- Don't use infinite xmin/max, etc. (#436)
- Warn about the noSize parameter (#431)
- Images aren't flipped anymore (#401)
- No scientific notation in width/height (#396)
- Axes with custom colors (#376)
- Mesh plots are exported properly (#382)
- Legend colors are handled better (#389)
- Handle Z axis properties for quiver3 (#406)
- Better text handling, e.g. degrees (#402)
- Don't output absolute paths into TikZ by default
- ...
2014-10-20 Nico Schlömer <[email protected]>
* Version 0.5.0.
* Support for MATLAB 2014b (with it's substantial graphics changes).
All credit goes to Egon Geerardyn.
* Bugfixes:
- single bar width
- invisible bar plots
- surface options
- patch plots and cycling
- patches with literal colors
2014-03-07 Nico Schlömer <[email protected]>
* Version 0.4.7.
* Acid tests: Remove MATLAB-based eps2pdf.
* Bugfixes:
- multiple patches
- log plot with nonzero baseline
- marker options for scatter plots
- table data formatting
- several fixes for Octave
2014-02-07 Nico Schlömer <[email protected]>
* Version 0.4.6.
* Set externalData default to false.
* Properly check for required Pgfplots version.
* Marker scaling in scatter plots.
2014-02-02 Nico Schlömer <[email protected]>
* Version 0.4.5.
* Arrange data in tables.
* Optionally define custom colors.
* Allow for strict setting of font sizes.
* Bugfixes:
- tick labels for log plots
- tick labels with commas
2014-01-02 Nico Schlömer <[email protected]>
* Version 0.4.4.
* Support for color maps with scatter plots.
* Support for different-length up-down error bars.
* Input options validation.
* Bugfixes:
- legends for both area and line plots
- invisible text fields
2013-10-20 Nico Schlömer <[email protected]>
* Version 0.4.3.
* Support for 3D quiver plots.
* Extended support for colorbar axis options.
* New logo!
* Bugfixes:
- text generation
- extraCode option
- join strings
- ...
2013-09-12 Nico Schlömer <[email protected]>
* Version 0.4.2.
* Support for explicit color specification in 3D plots.
* Better color handling for patch plots.
* Support for various unicode characters.
* Bugfixes:
- edge colors for bar plots
- multiple color bars
- ...
2013-08-14 Nico Schlömer <[email protected]>
* Version 0.4.1.
* Replaced option `extraTikzpictureCode` by `extraCode`
for inserting code at the beginning of the file.
* Support for relative text positioning.
* Improved documentation.
* Code cleanup: moved all figure manipulations over to cleanfigure()
* Bugfixes:
- error bars
- empty tick labels
- ...
2013-06-26 Nico Schlömer <[email protected]>
* Version 0.4.0.
* Added cleanfigure() for removing unwanted entities from a plot
before conversion
* Add option `floatFormat` to allow for custom specification of the format
of float numbers
* Bugfixes:
- linewidth for patches
- ...
2013-04-13 Nico Schlömer <[email protected]>
* Version 0.3.3.
* Support for:
- pictures in LaTeX subfloats
* Bugfixes:
- axes labels
- extra* options
- logscaled axes
- ...
2013-03-14 Nico Schlömer <[email protected]>
* Version 0.3.2.
* Support for:
- waterfall plots
* Bugfixes:
- axis locations
- color handling
- stacked bars
- ...
2013-02-15 Nico Schlömer <[email protected]>
* Version 0.3.1.
* Use table{} for plots for cleaner output files.
* Support for:
- hg transformations
- pcolor plots
* Removed command line options:
- minimumPointsDistance
* Bugfixes:
- legend positioning and alignment
- tick labels
- a bunch of fixed for Octave
- line width for markers
- axis labels for color bars
- image trimming
- subplots with bars
- ...
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.