ANN matplotlib-0.42

** (log_demo.py:1264): WARNING **: Couldn't load font "Times

    > 9.599609375" falling back to "Sans 9.599609375"

    > CVS.

Are you sure you are getting this message from the PS backend??? This
looks more like a message coming from one of the GUI backends. I
don't generate any error messages like this in matplotlib.

With a fresh cvs checkout:

hunter:~/tmp/matplotlib> grep -ri 'falling back to' .

turns up nothing.

JDH

John Hunter wrote:

"LUK" == LUK ShunTim <shuntim.luk@...34...> writes:

    > ** (log_demo.py:1264): WARNING **: Couldn't load font "Times
    > 9.599609375" falling back to "Sans 9.599609375"

    > CVS.

Are you sure you are getting this message from the PS backend??? This
looks more like a message coming from one of the GUI backends. I
don't generate any error messages like this in matplotlib.

With a fresh cvs checkout:

hunter:~/tmp/matplotlib> grep -ri 'falling back to' .

turns up nothing.

JDH

Yes. I did "python log_demo.py", got the gtk GUI and clicked on the "save" icon to produce the eps file. So it is as you said, it comes from the GUI backend. No warning when I did "python log_demo.py -dPS"

Regards,
ST

···

--