Rank: 299 based on 248 downloads (last 30 days) and 2 files submitted
photo

Simon Henin

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Simon View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
14 Apr 2013 Screenshot columnlegend Creates a legend with a specified number of columns Author: Simon Henin columns, legends, figure, axis, pick of the week, legend 245 15
  • 5.0
5.0 | 6 ratings
28 Feb 2011 Screenshot popout creates a popout plot (e.g. zoom-in outset plot) from a specified figure. Author: Simon Henin plotting, zoom, inset 3 1
  • 4.0
4.0 | 1 rating
Comments and Ratings by Simon View all
Updated File Comments Rating
16 Mar 2012 columnlegend Creates a legend with a specified number of columns Author: Simon Henin

@ Javier

Unfortunately, at this time this script only works for line graphs, such as created via the plot command. You were probably trying to use the script on a bar or other non-typical matlab figure object.

Best,
Simon

06 Dec 2011 columnlegend Creates a legend with a specified number of columns Author: Simon Henin

@Mathias

Please refer to the full file description. To export to vector graphics files, use an advanced figure export (I recommend export_fig, http://www.mathworks.com/matlabcentral/fileexchange/23629).

08 Feb 2011 columnlegend Creates a legend with a specified number of columns Author: Simon Henin

Thanks for the comment, this has been fixed.

01 Jul 2010 figcopy Copies one figure into another figure and lets the users move and resize the copied figure. Author: Dirk Tenne

Excellent

28 Apr 2010 Publication-ready graphics using 'readyforprint' and helper utilities Function to create publication-ready graphics Author: Itinerant Engineer

Works nicely.

Comments and Ratings on Simon's Files View all
Updated File Comment by Comments Rating
30 Apr 2013 columnlegend Creates a legend with a specified number of columns Author: Simon Henin Stolberg-Rohr, Thomine

10 Apr 2013 columnlegend Creates a legend with a specified number of columns Author: Simon Henin Han, Ligong

very useful

04 Mar 2013 popout creates a popout plot (e.g. zoom-in outset plot) from a specified figure. Author: Simon Henin dzq

Terrifec! Thanks!

27 Sep 2012 columnlegend Creates a legend with a specified number of columns Author: Simon Henin Mai

I want to change the fontsize of the legend to 14, is that possible?
The text is to small to see in a document, the way it is.

13 Jun 2012 columnlegend Creates a legend with a specified number of columns Author: Simon Henin Bill

I found a bug of this program. For example, when you try to change 1_by_2 legends to 2_by_1, this program will not work. Because the numpercolumn is 1, and the col is always -1.

Replace the code

if mod(i,numpercolumn)==1,
col = col+1;
end

with

if numpercolumn>1,
if mod(i,numpercolumn)==1,
col = col+1;
end
else
col=i-1;
end

to kill this bug.

Top Tags Applied by Simon
columns, figure, inset, legends, plotting
Files Tagged by Simon View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
14 Apr 2013 Screenshot columnlegend Creates a legend with a specified number of columns Author: Simon Henin columns, legends, figure, axis, pick of the week, legend 245 15
  • 5.0
5.0 | 6 ratings
28 Feb 2011 Screenshot popout creates a popout plot (e.g. zoom-in outset plot) from a specified figure. Author: Simon Henin plotting, zoom, inset 3 1
  • 4.0
4.0 | 1 rating

Contact us