Releases: altmany/export_fig
Releases · altmany/export_fig
v3.37
v3.36
v3.35
- Added
-n
,-x
,-s
options to set min, max, and fixed output image size (issue #315) - Added another short pause to avoid unintended image cropping (issue #318)
- Updated SYNTAX documentation for features in previous releases (
-notify
,-contextmenu
,-gif
,-p
,filename
) - Removed non-legendable objects from exported legend (workaround a bug in Matlab's builtin copyobj function)
v3.34
v3.33
v3.32
- Fixed EPS export error handling in deployed apps
- Use Matlab's builtin EPS export if
pdftops
is not installed or fails - Disabled EMF export option on MacOS/Linux
- Fixed some EMF warning messages
- Don't export a PNG file when only
-toolbar
etc were specified (i.e. no file export was explicitly requested)
v3.31
- Fixed PDF quality issues as suggested by @scholnik (issues #285, #368)
- Minor fixes for MacOS/Linux
- Use the figure's
FileName
property (if available) as the default export filename - Added
-gif
optional format parameter - Display the export folder (full pathname) in menu items when using
-toolbar
,-menubar
, and/or-contextmenu
v3.30
- Added
-contextmenu
option to add interactive context-menu items - Fixed:
-menubar
,-toolbar
created the full default figure menubar/toolbar if not shown - Enlarged the toolbar icon created when using
-toolbar
- Support adding export_fig icon to custom toolbars when using
-toolbar
- Alert if specifying multiple or invalid handle(s)
v3.29
- Use
-silent
mode by default in deployed apps - Suggest installing ghostscript/pdftops utilities if required for export yet missing
- Fixed invalid chars in the default export filename (based on figure title)
- Reuse existing figure toolbar (if available) when requesting
-toolbar
option