aliassaf wrote: > hi, > I want to change the size of the front in a legend, i wrote this small > program and it got to me this message error!!! > > from pylab import * > plot([1,2,3],'r') > legend('this',prop = FontProperties('smaller') )
Try legend('this',prop = matplotlib.font_manager.FontProperties(size = 'smaller')) > show() > > NameError: name 'FontProperties' is not defined > > thanks Dennis -- http://mail.python.org/mailman/listinfo/python-list