Skip to content

Releases: altmany/export_fig

v3.37

23 Apr 09:12
Compare
Choose a tag to compare
  • Fixed run-time error with old Matlab releases (issue #374)
  • -notify console message about exported image now displays black (STDOUT) not red (STDERR)

v3.36

13 Apr 12:31
Compare
Choose a tag to compare
  • Reduced (hopefully fixed) unintended EPS/PDF image cropping (issues #97, #318)
  • Clarified warning in case of PDF/EPS export of transparent patches (issues #94, #106, #108)

v3.35

11 Apr 15:32
Compare
Choose a tag to compare
  • 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

23 Mar 22:03
Compare
Choose a tag to compare

Fixed error when exporting axes handle to clipboard without filename (issue #372)

v3.33

23 Feb 17:23
Compare
Choose a tag to compare
  • Fixed PDF -append (issue #369)
  • Added -notify option to notify user when the export is done
  • Propagate all specified export_fig options to -toolbar,-menubar,-contextmenu exports
  • -silent is no longer set by default in deployed apps (i.e. you need to call -silent explicitly)

v3.32

21 Feb 23:25
Compare
Choose a tag to compare
  • 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

20 Feb 20:55
Compare
Choose a tag to compare
  • 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

03 Feb 12:23
Compare
Choose a tag to compare
  • 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

03 Jan 15:26
Compare
Choose a tag to compare
  • 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

v3.28

04 Dec 08:47
Compare
Choose a tag to compare
  • Added -metadata option to add custom metadata information to PDF files
  • Fixed -clipboard export (transparent and gray-scale images; deployed apps; old Matlabs)