change the size of front
aliassaf
assafal at ensieta.fr
Tue Jul 4 06:09:31 EDT 2006
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.
More information about the Python-list
mailing list