[Matplotlib-users] import problem after upgrade to matplotlib 1.3.1-1

2013-11-01 Thread Ivan Lima
After upgrading to matplotlib 1.3.1-1 importing matplotlib.pyplot fails with the error: Python 2.7.5+ (default, Sep 17 2013, 15:31:50) [GCC 4.8.1] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import matplotlib.pyplot Found an unknown keyword in AFM header (w

Re: [Matplotlib-users] Limiting interpolation of map plot with tricontourf

2013-11-01 Thread Ian Thomas
On 1 November 2013 13:55, Jule wrote: > Hey guys, > > I have a question regarding my plot. > > I want to plot seaice thickness distribution. The data is derived from a > model run using an unstructured grid. To plot data on a map I

[Matplotlib-users] Limiting interpolation of map plot with tricontourf

2013-11-01 Thread Jule
Hey guys, I have a question regarding my plot. I want to plot seaice thickness distribution. The data is derived from a model run using an unstructured grid. To plot data on a map I use Triangulation and tricontourf. The problem I´

[Matplotlib-users] Building Basemap code?

2013-11-01 Thread Derek
Hi I have trying to follow the instruction to build Basemap (as per http://matplotlib.org/basemap/users/installing.html). I am running Ubuntu 13.04, with Python 2.7.4. I work through the guide, but when I try and execute the: python setup.py install inside the basemap directory, I get a very ver