Releases: altmany/export_fig
Releases · altmany/export_fig
v3.47
- Fixed
-transparency
in case the default bgcolor is already used in the figure (issue #398)
- Enabled specifying non-default transparency color via
-transparency=<color>+-<tol>
parameter
- Suppress warnings about setting figure position
- Multiple
-xkcd
fixes
v3.46
- Added
-xkcd
option (thanks @slayton) to export axes plots in XKCD hand-drawn style
- Added
.fig
input and output format (previously undocumented & buggy)
- Redirect
.tex
output to the matlab2tikz utility
v3.45
- Display the builtin error message when uifigure cannot be exported (issue #387)
- Fixed contour labels with non-default FontName incorrectly exported as Courier (issue #388)
v3.44
- Fixed: text objects with normalized units were not exported in some cases (issue #373)
- Added check for invalid ghostscript installation (issue #365)
v3.43
- Fixed unintended modification of colorbar in bitmap export (issue #385)
v3.42
- Fixed unintended cropping of colorbar title in PDF export with
-transparent
(issue #382)
v3.41
- Fixed error when no filename is specified nor available in the exported figure (issue #381)
v3.40
- For Tiff compression, use AdobeDeflate codec (if available) instead of Deflate (issue #379)
- Another attempt to fix issue #378 (remove unnecessary quotes from ghostscript cmdfile)
v3.39
- Fixed the export of non-default bgcolor of standalone uifigures and Live Scripts figures (issue #377)
v3.38
- Fixed endless recursion when using export_fig in Live Scripts (issue #375)
- Don't warn about exportgraphics/copygraphics alternatives in deployed mode