Hi,

I've tried to set the size of the main font by doing:

import matplotlib.pyplot as pyplot

font = {'size' : 'larger'}

pyplot.rc('font', **font)

as indicated in
http://matplotlib.sourceforge.net/api/pyplot_api.html#matplotlib.pyplot.rc

It failed with:
    raise ValueError('Could not convert "%s" to float' % s)
ValueError: Could not convert "larger" to float

I'm using Matplotlib 0.99.1.2.

Matthieu
-- 
Information System Engineer, Ph.D.
Blog: http://matt.eifelle.com
LinkedIn: http://www.linkedin.com/in/matthieubrucher

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to