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

2012-09-17 Thread Joachim Saul
Jeff, thanks for your feedback! Jeff Whitaker [15.09.2012 17:25]: > 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 th

Re: [Matplotlib-users] Problem with axvline in gridspec with log Y axis

2012-09-17 Thread Phil Elson
Sometimes, having a point of reference really helps in tracking the issue down, particularly when complimented with the very cool "bisect" tool that comes with git. In this case though, I knew where the problem came in because I have been working closely in this area recently (and it's my change wh

Re: [Matplotlib-users] sharex with different tick labels

2012-09-17 Thread Stan West
From: Daniel Welling [mailto:dantwell...@gmail.com] Sent: Thursday, September 13, 2012 16:23 Greetings, all. I have an issue: I have several axes stacked in a column with a common time vector on each x-axis. Each plot is a contour, so overplotting is not an option. In a perfect world, I want

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

2012-09-17 Thread Jeff Whitaker
On 9/17/12 5:09 AM, Joachim Saul wrote: > Jeff, thanks for your feedback! A workaround for this (having drawcoastlines use line segments instead of polygons) is now part of this pull request: https://github.com/matplotlib/basemap/pull/78 Let's move discussion there.. -Jeff > > Jeff Whitaker [

[Matplotlib-users] broken links at github

2012-09-17 Thread Christian.Strobl
hi all, a lot of links at the github repository are broken. for example all the links to png, source code, ... of the image tutorial (http://matplotlib.org/users/image_tutorial.html). but also links of other pages are broken (e.g. http://matplotlib.org/users/plotting/examples/demo_gridspec01.p

Re: [Matplotlib-users] broken links at github

2012-09-17 Thread Michael Droettboom
Thanks for pointing this out. I'll get to the bottom of it. Mike On 09/17/2012 05:16 PM, christian.str...@dlr.de wrote: > hi all, > a lot of links at the github repository are broken. for example all the links > to png, source code, ... of the image tutorial > (http://matplotlib.org/users/imag

Re: [Matplotlib-users] broken links at github

2012-09-17 Thread Christian.Strobl
thanks for your fast help. the links for the image tutorial are working already again. On Sep 17, 2012, at 11:53 PM, Michael Droettboom wrote: > Thanks for pointing this out. I'll get to the bottom of it. > > Mike > > On 09/17/2012 05:16 PM, christian.str...@dlr.de wrote: >> hi all, >> a l

Re: [Matplotlib-users] broken links at github

2012-09-17 Thread Michael Droettboom
Thanks. I believe it should all be fixed now. On 09/17/2012 06:33 PM, christian.str...@dlr.de wrote: > > thanks for your fast help. the links for the image tutorial are working > already again. > > > On Sep 17, 2012, at 11:53 PM, Michael Droettboom wrote: > >> Thanks for pointing this out. I'll

[Matplotlib-users] sampledoc sphinx-tutorial (missed link)

2012-09-17 Thread Massimo Di Stefano
Hi All, I'm trying to access to the sampledoc tutorial, but seems it is no more on git/sourceforge, i tried at the link : http://matplotlib.sourceforge.net/sampledoc/ do you know where can i find it ? Thanks! Massimo. --