Re: [Matplotlib-users] testing issue involving matplotlib

2014-06-10 Thread Benjamin Root
Thanks for the update. On Tue, Jun 10, 2014 at 6:46 AM, John Evans wrote: > Just to close the loop on this, I figured out that the issue was minimally > reproduced if the "import matplotlib.pyplot" line was replaced with just > "import six". It was reported to the six package developers and th

[Matplotlib-users] Basemap: plot cubed sphere edges

2014-06-10 Thread Pier Giuseppe Fogli
Hi, I'm working with data on the cubed sphere grid (http://thatsmaths.files.wordpress.com/2012/10/cubed-sphere-grid.jpg). Even though the data is interpolated on a regular lat-lon grid for plotting, I would like to plot the edges of the 6 cube faces for visual reference. Moreover I would like th

Re: [Matplotlib-users] testing issue involving matplotlib

2014-06-10 Thread John Evans
Just to close the loop on this, I figured out that the issue was minimally reproduced if the "import matplotlib.pyplot" line was replaced with just "import six". It was reported to the six package developers and the problem was resolved with the 1.7.0 release of six. On Wed, Apr 16, 2014 at 12:3