[Matplotlib-users] Font family ['cmb10'] not found

2011-08-15 Thread Neal Becker
Fedora f15. What am I missing that causes this? /usr/lib64/python2.7/site-packages/matplotlib/font_manager.py:1242: UserWarning: findfont: Font family ['cmb10'] not found. Falling back to Bitstream Vera Sans (prop.get_family(), self.defaultFamily[fontext]))

Re: [Matplotlib-users] Font family ['cmb10'] not found

2011-08-15 Thread Neal Becker
Looks like this is fixed by: mathtext.fontset: stix Neal Becker wrote: Fedora f15. What am I missing that causes this? /usr/lib64/python2.7/site-packages/matplotlib/font_manager.py:1242: UserWarning: findfont: Font family ['cmb10'] not found. Falling back to Bitstream Vera Sans

Re: [Matplotlib-users] matplotlib backends - WXAgg vs. WX

2011-08-15 Thread Michael Droettboom
On 08/14/2011 11:28 AM, Vlastimil Brom wrote: Regarding wxagg, it seems, that the suggestion about unsuitable fonts being used was correct; after setting the font to Arial, adapted from:

Re: [Matplotlib-users] Font family ['cmb10'] not found

2011-08-15 Thread Michael Droettboom
It looks like it isn't finding the Computer Modern Bakoma fonts. They don't seem to be included in the Fedora Package (see here: http://koji.fedoraproject.org/koji/buildinfo?buildID=230966) and the package does not depend on those fonts. Some of them are packaged in the lyx-fonts package, so

Re: [Matplotlib-users] Forcing the size of a figure

2011-08-15 Thread Stan West
From: David Just [mailto:just.da...@mayo.edu] Sent: Friday, August 12, 2011 11:05 Now that I'm pre-building all my enlarged interpolated images to scroll through, I'm having trouble forcing the figure/FigureCanvas to be the size I want. I'm trying: fig.set_size_inches(768 / 72.0, 768 /

[Matplotlib-users] Error with PDF output with usetex

2011-08-15 Thread Jeff Klukas
Hello all, I am running Mac OS X 10.7 Lion with matplotlib 1.0.1 and the MacTex 2011 distrubution. I am able to run the tex_demo.py with no problems and I can create output files using the Agg backend. When I try to use the PDF backend, however, I get an error which stems from dviread.py

[Matplotlib-users] determining of a line segment is a Line2D

2011-08-15 Thread Mathew Yeates
Hi Is there a simple way to do the following l1=Line2D(xdata=[1,2,3],ydata=[4,5,6]) l2=Line2D(xdata = [1].ydata=[3]) if l2 in l1 #error, Line2D not iterable -Mathew -- uberSVN's rich system and user administration

Re: [Matplotlib-users] Error with PDF output with usetex

2011-08-15 Thread Damon McDougall
Hi Jeff, I am able to run the tex_demo.py with no problems and I can create output files using the Agg backend. When I try to use the PDF backend, however, I get an error which stems from dviread.py (pasted below). Any thoughts on what could be going wrong? Thanks! Jeff Hi Jeff,

Re: [Matplotlib-users] Error with PDF output with usetex

2011-08-15 Thread Jeff Klukas
On Mon, Aug 15, 2011 at 10:00 PM, Damon McDougall d.mcdoug...@warwick.ac.uk wrote: Hi Jeff, I am able to run the tex_demo.py with no problems and I can create output files using the Agg backend.  When I try to use the PDF backend, however, I get an error which stems from dviread.py (pasted

Re: [Matplotlib-users] matplotlib backends - WXAgg vs. WX

2011-08-15 Thread Vlastimil Brom
2011/8/15 Michael Droettboom md...@stsci.edu: On 08/14/2011 11:28 AM, Vlastimil Brom wrote: ... Is there maybe some mechanism available in matplotlib, which would select the appropriate font for the given characters? (Like in wx or, even more powerful in tk?) Or is it the expected way to set

[Matplotlib-users] Calling all Mac OSX users!

2011-08-15 Thread Benjamin Root
The mpl developers are getting very close to the long-awaited v1.1.0 release of matplotlib. Before we do so, we are doing some final checking of the documentation to make sure that all critical pieces of information iss correct and up to date. In checking over the instructions for building and

Re: [Matplotlib-users] plot() not using alpha value from RGBA tuple

2011-08-15 Thread Ben Breslauer
Hi, Has anyone else noticed this behavior? For the devs, do you prefer a github bug to the SF list? Ben On Mon, Jul 25, 2011 at 2:21 PM, Ben Breslauer bbresla...@gmail.com wrote: I think that I have found the problem here. Line2D.draw() (and I presume other Artist subclasses) calls

Re: [Matplotlib-users] plot() not using alpha value from RGBA tuple

2011-08-15 Thread Benjamin Root
On Monday, August 15, 2011, Ben Breslauer bbresla...@gmail.com wrote: Hi, Has anyone else noticed this behavior? For the devs, do you prefer a github bug to the SF list? Ben I have not personally observed this, but usually, people don't specify rgba tuples for plot. I think the lack of