Rank: 5852 based on 2 downloads (last 30 days) and 1 file submitted
photo

nino wallace

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by nino
Updated   File Tags Downloads
(last 30 days)
Comments Rating
20 Sep 2004 update legend With this function you can refresh the existing legend. Author: nino wallace annotation, customization, legend, update, figure, graphics 2 2
  • 2.0
2.0 | 1 rating
Comments and Ratings on nino's Files View all
Updated File Comment by Comments Rating
23 Jul 2011 update legend With this function you can refresh the existing legend. Author: nino wallace Nicolas

% get the legends handle
leg = findobj(gcf,'Type','axes','Tag','legend');
% delete it an load it again:
delete(leg);
legend show;

% certainly now not an all matching solution, but it might help some of you...

30 Oct 2005 update legend With this function you can refresh the existing legend. Author: nino wallace Millington, Jared

This doesn't quite work as well as it could. The function input arguments should be varargin rather than (var1,var2,varargin). This will fix the problem of needing 'tag' and 'property_tag' arguments. This was caused by the for/loop found on line 23. It would be quicker to use get(...) and set(...) to change the color, linetype, marker, string name, etc.

Top Tags Applied by nino
annotation, customization, figure, graphics, legend
Files Tagged by nino
Updated   File Tags Downloads
(last 30 days)
Comments Rating
20 Sep 2004 update legend With this function you can refresh the existing legend. Author: nino wallace annotation, customization, legend, update, figure, graphics 2 2
  • 2.0
2.0 | 1 rating

Contact us at files@mathworks.com