texmanager.py:137

Hi all,

Is there a way to suppress the warning

/usr/local/lib64/python2.5/site-packages/matplotlib/texmanager.py:137:
UserWarning: No LaTeX-compatible font found for the sans-serif font
family in rcParams. Using default.
  warnings.warn('No LaTeX-compatible font found for the %s font family
in rcParams. Using default.' % ff)

Nils

I'm working on it...

···

On Tuesday 24 July 2007 9:38:43 am Nils Wagner wrote:

Hi all,

Is there a way to suppress the warning

/usr/local/lib64/python2.5/site-packages/matplotlib/texmanager.py:137:
UserWarning: No LaTeX-compatible font found for the sans-serif font
family in rcParams. Using default.
  warnings.warn('No LaTeX-compatible font found for the %s font family
in rcParams. Using default.' % ff)

Its fixed in svn 3608.

···

On Tuesday 24 July 2007 12:05:15 pm Darren Dale wrote:

On Tuesday 24 July 2007 9:38:43 am Nils Wagner wrote:
> Hi all,
>
> Is there a way to suppress the warning
>
> /usr/local/lib64/python2.5/site-packages/matplotlib/texmanager.py:137:
> UserWarning: No LaTeX-compatible font found for the sans-serif font
> family in rcParams. Using default.
> warnings.warn('No LaTeX-compatible font found for the %s font family
> in rcParams. Using default.' % ff)

I'm working on it...