Re: [Matplotlib-users] Exceptions on Some Demos

2011-07-02 Thread JonBL
Thanks, Ben. I'll install 1.0.1. I'm aware of the situation about Fedora 10. Regards, Jon Benjamin Root-2 wrote: > > On Fri, Jul 1, 2011 at 10:02 PM, JonBL wrote: > >> >> I've used Add/Remove Software to install >> python-matplotlib-0.98.5.2-2.fc10(i386) and >> python-matplotlib-tk-0.98.5.

Re: [Matplotlib-users] [matplotlib-devel] compile failure with git tree

2011-07-02 Thread Eric Firing
On 07/02/2011 02:37 AM, Xavier Gnata wrote: > Hi, > > I'm use to compile the mpl git tree but I get an error with the current one: > > > running build_ext > building 'matplotlib.backends._tkagg' extension > C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 > -Wall -fPIC > > comp

Re: [Matplotlib-users] Exceptions on Some Demos

2011-07-02 Thread Benjamin Root
On Fri, Jul 1, 2011 at 10:02 PM, JonBL wrote: > > I've used Add/Remove Software to install > python-matplotlib-0.98.5.2-2.fc10(i386) and > python-matplotlib-tk-0.98.5.2-2.fc10(i386) on my fedora 10 box, plus 11 > dependencies, including Tkinter. Some matplotlib examples, eg > pylab_examples > Exa

Re: [Matplotlib-users] 4D Scatter Plot

2011-07-02 Thread Angus McMorland
On 1 July 2011 14:35, Francois Lemery wrote: > Hello, > > I am interested in producing a 4 dimensional plot to represent some data. > > I picture this as looking like a normal 3d scatter plot with datapoints > varying in a color scale which depends on a fourth column of data. > > Could anyone help

[Matplotlib-users] PyCon DE 2011 - Call for Proposals extended to July 15, 2011

2011-07-02 Thread Mike Müller
PyCon DE 2011 - Deadline for Proposals extended to July 15, 2011 The deadline for talk proposals is extended to July 15, 2011. You would like to talk about your Python project to the German-speaking Python community? Just submit you

[Matplotlib-users] compile failure with git tree

2011-07-02 Thread Xavier Gnata
Hi, I'm use to compile the mpl git tree but I get an error with the current one: running build_ext building 'matplotlib.backends._tkagg' extension C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -fPIC compile options: '-DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -DPYCXX

[Matplotlib-users] 4D Scatter Plot

2011-07-02 Thread Francois Lemery
Hello, I am interested in producing a 4 dimensional plot to represent some data. I picture this as looking like a normal 3d scatter plot with datapoints varying in a color scale which depends on a fourth column of data. Could anyone help me with this- I have searched google and the matplotlib we

[Matplotlib-users] Exceptions on Some Demos

2011-07-02 Thread JonBL
I've used Add/Remove Software to install python-matplotlib-0.98.5.2-2.fc10(i386) and python-matplotlib-tk-0.98.5.2-2.fc10(i386) on my fedora 10 box, plus 11 dependencies, including Tkinter. Some matplotlib examples, eg pylab_examples Examples/arctest.py works nicely, but many do not as presented.