Code covered by the BSD License  

Highlights from
fixfig

4.33333

4.3 | 3 ratings Rate this file 9 Downloads (last 30 days) File Size: 2.71 KB File ID: #24095
image thumbnail

fixfig

by M. A. Hopcroft

 

12 May 2009 (Updated 12 Apr 2010)

FIXFIG modifies a Matlab figure so it can be used in on-screen presentations such as Powerpoint.

Editor's Notes:

This file was selected as MATLAB Central Pick of the Week

| Watch this File

File Information
Description

The default settings for Matlab figures (plots) use small fonts and thin lines. This is fine for quickly evaluating data, but these figures are unreadable when used in an on-screen presentation such as a Powerpoint slide set. FIXFIG takes an existing Matlab figure and increases the font sizes, thickens the lines, increases marker sizes, sets the background to white, etc., so that the figure can be used in an on-screen presentation.

MATLAB release MATLAB 7.5 (R2007b)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (6)
14 May 2009 someone

Works as advertised. A useful submission.

However, I believe line 96 should be changed from:
        if ~strcmp('mkr','none')
to
        if ~strcmp(mkr,'none')

15 May 2009 M. A. Hopcroft

Good point about the typo at line 96 ('mkr'). This is fixed in the latest version. Thanks for the feedback.

11 Apr 2010 Sumedh Joshi

this is a great submission and I use it constantly.

one complaint. When I have a legend and I apply fixfig, it makes the legend box transparent. If there gridlines on my plot, then you see these through the legend box which interferes with the text in the legend box. I have to manually reset the color to white each time.

other than that, this is great.

23 Apr 2010 M. A. Hopcroft

I agree the legend box should be opaque; that has been fixed. Thanks for the feedback.

14 Sep 2010 Aurelien Queffurust

It would be great to add a reset option to retrieve the original font sizes , marker sizes ...

20 Sep 2010 Arthur

very usefull!

Please login to add a comment or rating.
Updates
13 May 2009

re-do .zip file

15 May 2009

ver 1.01: Fix typo 'mkr'

11 Apr 2010

v1.1: make legend box opaque

12 Apr 2010

typo fix

Tag Activity for this File
Tag Applied By Date/Time
plots M. A. Hopcroft 13 May 2009 09:28:16
figures M. A. Hopcroft 13 May 2009 09:28:16
powerpoint M. A. Hopcroft 13 May 2009 09:28:16
presentations M. A. Hopcroft 13 May 2009 09:28:16
graphics M. A. Hopcroft 13 May 2009 09:28:16
potw Shari Freedman 10 Sep 2010 10:06:43
figures Jose Ercolino 15 Sep 2010 12:58:02
graphics Jose Ercolino 15 Sep 2010 12:58:04
plots Jose Ercolino 15 Sep 2010 12:58:06
fonts Jose Ercolino 15 Sep 2010 12:58:21
lines Jose Ercolino 15 Sep 2010 12:58:21
pick of the week Jiro Doke 11 Feb 2011 20:06:53

Contact us at files@mathworks.com