Re: [Matplotlib-users] Font compatibility issue with Adobe Illustrator and MPL PDF's

2012-09-15 Thread Jouni K . Seppänen
florisvb writes: > I'm trying to get my pdf outputs from matplotlib to work properly in > illustrator, but keep having the issue that illustrator does not recognize > the computer modern fonts (eg. CMR10 etc). Everything else seems to work > perfectly. Is there any error message from illustrator

Re: [Matplotlib-users] Basemap: Coastlines intersecting with map boundary

2012-09-15 Thread Jeff Whitaker
On 9/15/12 8:05 AM, Joachim Saul wrote: > Hi there, > > in basemap coastlines are apparently (always?) drawn as closed polygons not > exceeding the map boundary, i.e. when the coastline intersects with the map > boundary the polygon is continued along the map boundary until the next > intersecti

[Matplotlib-users] Basemap: Coastlines intersecting with map boundary

2012-09-15 Thread Joachim Saul
Hi there, in basemap coastlines are apparently (always?) drawn as closed polygons not exceeding the map boundary, i.e. when the coastline intersects with the map boundary the polygon is continued along the map boundary until the next intersection point. The somewhat annoying side effect of this

Re: [Matplotlib-users] Problem with contains() on an arrow

2012-09-15 Thread Daniel Hyams
Bump for this topic; I'd still love to know what the right thing is to do here. On Mon, Aug 20, 2012 at 10:08 PM, Daniel Hyams wrote: > Hmm, I just found out that if I change path.Path.contains_point to use > "point_on_path" instead of "point_in_path", the containment tests work > properly. I'm