Skip to content

Releases: altmany/export_fig

v3.24

14 Mar 17:49

Choose a tag to compare

  • Added support for specifying figure name in addition to handle
  • Added warning when trying to export TIF/JPG/BMP with transparency
  • Use current figure as default handle even when its HandleVisibility is not 'on'

v3.23

02 Mar 18:09

Choose a tag to compare

  • Added -toolbar and -menubar options to add figure toolbar/menubar items for interactive figure export (issue #73)
  • Fixed edge-case bug with GIF export

v3.22

02 Mar 08:37

Choose a tag to compare

  • Fixed small potential memory leak during screen-capture
  • Expanded exportgraphics message for vector exports
  • Fixed rotated tick labels on R2021a+

v3.21

20 Dec 17:07

Choose a tag to compare

  • Speedups
  • Fixed exporting non-current figure (hopefully fixes issue #318)
  • Fixed warning when appending to animated GIF

v3.20

11 Dec 19:30

Choose a tag to compare

  • Added GIF support, including animated & transparent-background
  • Accept format options as cell-array, not just nested struct

v3.19

25 Oct 11:13

Choose a tag to compare

  • Fixed print error when exporting a specific subplot (issue #347)
  • Avoid duplicate error messages

v3.18

03 Oct 11:16

Choose a tag to compare

Fixed warning about invalid escaped character when the output folder does not exist (issue #345)

v3.17

27 Sep 13:27

Choose a tag to compare

  • Made Matlab's builtin export the default for SVG, rather than fig2svg/plot2svg (issue #316)
  • Updated transparency error message (issues #285, #343)
  • Reduced promo message frequency

v3.16

26 Aug 18:11

Choose a tag to compare

  • Fixed problem of unintended image cropping (issue #318)
  • Fixed problem of white elements appearing transparent (issue #330)
  • Fixed some problems with PDF append (issue #339)
  • Clarified some error messages

v3.15

01 Jul 15:17

Choose a tag to compare

Added informative message in case of setopacityalpha error (issue #285)