plot2mif

Vector graphics export of 2D MATLAB plots to Framemaker MIF-files.
1.6K Downloads
Updated 25 Apr 2005

View License

MATLAB to Framemaker MIF converter
Only 2D plots are currently supported

Usage: plot2mif(filename,graphic handle)
optional optional

Creates a Framemaker MIF file with the vector graphics contents of a MATLAB figure. The elements are hierarchically grouped. Use the Framemaker ungroup command to edit the elements of the figure. MATLAB pixel graphics elements (image, colorbar ...) are included in the MIF file as TIF graphics. The command 'newfigure' creates a new matlab figure that fits later on a A4 page in Framemaker.

Import in Framemaker:
File ... Import File ... Copy Into Document ... Choose File

Juerg Schwizer 24-April-2005
converter@juergschwizer.de

Features of the Release 25.11.2001
- plot2mif without any arguments asks for the filename in a file dialog box
- spaces in labels are now correctly interpreted
- reverse axes are now correctly interpreted
- controls are saved as tiff pictures in the figure
- handling of log axis scalings is improved (reverse log axes are still limited)
- handling of multiline texts is improved (especially for reversed axes)
- labels in legends are no more exchanged

Features of Release 09.12.2001
- axis scaling factors implemented (10^x)
- labels that contents Latex commands can be interpreted (with some limitations):
\alpha, \Alpha, \beta, \Beta, ... \infity, \pm, \approx
{\it.....} for italic text
{\bf.....} for bold text
^{...} for superscript
_{...} for subscript

Features of Release 29.10.2002
- improved colormap translation

Features of Release 24.04.2005
- improved axis handling, patch processing, corrected colorbar

Known problems (not yet corrected)
- 3D plots
- diamond, pentagram, and hexagram markers can not be interpreted
- no clipping -> zoom doesn't work
- certain graphic elements are not included in groups

Cite As

Juerg Schwizer (2024). plot2mif (https://www.mathworks.com/matlabcentral/fileexchange/3334-plot2mif), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R12
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Formatting and Annotation in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0

Improvement of axis handling (box, color, data aspect ratio, exponent values), patch processing, corrected colorbar