A
aliassaf
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
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