UserWarning: Bad val "medium" on line #112

Hi all,

When importing matplotlib I get

import matplotlib

/usr/lib64/python2.4/site-packages/matplotlib/__init__.py:924:
UserWarning: Bad val "medium" on line #112
        "font.size : medium"
        in file "/home/nwagner/.matplotlib/matplotlibrc"
        Could not convert "medium" to float
  warnings.warn('Bad val "%s" on line #%d\n\t"%s"\n\tin file "%s"\n\t%s' % (

I guess I should remove the line containing

font.size : medium

Nils

···

from my matplotlibrc. Is that correct ?

Hi Nils,

···

On Friday 10 February 2006 09:29, Nils Wagner wrote:

Hi all,

When importing matplotlib I get

>>> import matplotlib

/usr/lib64/python2.4/site-packages/matplotlib/__init__.py:924:
UserWarning: Bad val "medium" on line #112
        "font.size : medium"
        in file "/home/nwagner/.matplotlib/matplotlibrc"
        Could not convert "medium" to float
  warnings.warn('Bad val "%s" on line #%d\n\t"%s"\n\tin file "%s"\n\t%s' %
(

I guess I should remove the line containing

font.size : medium

from my matplotlibrc. Is that correct ?

I posted to matplotlib-users warning about this change just last night:
http://sourceforge.net/mailarchive/forum.php?thread_id=9687650&forum_id=33405,
and I posted a note in the CHANGELOG. Just set font.size : 12.0.

Darren