export_fig

A MATLAB toolbox for exporting publication quality figures

BSD-3-CLAUSE License

Stars
1.3K

Bot releases are hidden (Show)

export_fig - v3.46 Latest Release

Published by altmany 5 months ago

  • Added -xkcd option (thanks @slayton) to export axes plots in XKCD hand-drawn style
    image
  • Added .fig input and output format (previously undocumented & buggy)
  • Redirect .tex output to the matlab2tikz utility
export_fig - v3.45

Published by altmany 6 months ago

  • 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)
export_fig - v3.44

Published by altmany 8 months ago

  • Fixed: text objects with normalized units were not exported in some cases (issue #373)
  • Added check for invalid ghostscript installation (issue #365)
export_fig - v3.43

Published by altmany 11 months ago

  • Fixed unintended modification of colorbar in bitmap export (issue #385)
export_fig - v3.42

Published by altmany 11 months ago

  • Fixed unintended cropping of colorbar title in PDF export with -transparent (issue #382)
export_fig - v3.41

Published by altmany 11 months ago

  • Fixed error when no filename is specified nor available in the exported figure (issue #381)
export_fig - v3.40

Published by altmany over 1 year ago

  • 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)
export_fig - v3.39

Published by altmany over 1 year ago

  • Fixed the export of non-default bgcolor of standalone uifigures and Live Scripts figures (issue #377)
export_fig - v3.38

Published by altmany over 1 year ago

  • Fixed endless recursion when using export_fig in Live Scripts (issue #375)
  • Don't warn about exportgraphics/copygraphics alternatives in deployed mode
export_fig - v3.37

Published by altmany over 1 year ago

  • Fixed run-time error with old Matlab releases (issue #374)
  • -notify console message about exported image now displays black (STDOUT) not red (STDERR)
export_fig - v3.36

Published by altmany over 1 year ago

  • 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)
export_fig - v3.35

Published by altmany over 1 year ago

  • 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)
export_fig - v3.34

Published by altmany over 1 year ago

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

export_fig - v3.33

Published by altmany over 1 year ago

  • 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)
export_fig - v3.32

Published by altmany over 1 year ago

  • 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)
export_fig - v3.31

Published by altmany over 1 year ago

  • 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
export_fig - v3.30

Published by altmany over 1 year ago

  • 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)
export_fig - v3.29

Published by altmany almost 2 years ago

  • 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
export_fig - v3.28

Published by altmany almost 2 years ago

  • Added -metadata option to add custom metadata information to PDF files
  • Fixed -clipboard export (transparent and gray-scale images; deployed apps; old Matlabs)
export_fig - v3.27

Published by altmany over 2 years ago

Fixed EPS bounding box (issue #356)