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
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
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
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