Skip to content

Releases: altmany/export_fig

v3.45

02 May 10:30
Compare
Choose a tag to compare
  • 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

21 Feb 17:39
Compare
Choose a tag to compare
  • Fixed: text objects with normalized units were not exported in some cases (issue #373)
  • Added check for invalid ghostscript installation (issue #365)

v3.43

07 Dec 17:15
Compare
Choose a tag to compare
  • Fixed unintended modification of colorbar in bitmap export (issue #385)

v3.42

05 Dec 15:00
Compare
Choose a tag to compare
  • Fixed unintended cropping of colorbar title in PDF export with -transparent (issue #382)

v3.41

29 Nov 09:56
Compare
Choose a tag to compare
  • Fixed error when no filename is specified nor available in the exported figure (issue #381)

v3.40

05 Jul 21:52
Compare
Choose a tag to compare
  • 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

30 May 17:11
Compare
Choose a tag to compare
  • Fixed the export of non-default bgcolor of standalone uifigures and Live Scripts figures (issue #377)

v3.38

15 May 10:49
Compare
Choose a tag to compare
  • Fixed endless recursion when using export_fig in Live Scripts (issue #375)
  • Don't warn about exportgraphics/copygraphics alternatives in deployed mode

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)