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') )
show()
NameError: name 'FontProperties' is not defined
thanks
--
View this message in context:
http://www.nabble.com/change-the-size-of-front-tf1889113.html#a5165024
Sent from the Python - python-list forum at Nabble.com.
--
http://mail.python.org/mailman/listinfo/python-list
