[Matplotlib-users] Qt4 backend and subplot configuration tool

2007-05-06 Thread yardbird
Hello, I'm using matplotlib 0.90 + qt4. Everything seems ok, apart from the fact that I cannot see anything when accessing the subplot configuration tool from the plot window. The subplot bars _are_ there, since clicking & dragging blindly seems to have effects on the figure, but the sliders us

Re: [Matplotlib-users] Calling matplotlib from C++ ?

2006-12-18 Thread yardbird
On Saturday 16 December 2006 19:42, Xavier Gnata wrote: > Hi, > > Each time I'm working on C++ codes using vector or valarray, I would > like to be able to plot them. > The problem is that there is no straitforward way to do that in C++. > My goal is not to code a QT or GTK application but only to

Re: [Matplotlib-users] Matplotlib ate my real numbers?

2006-11-11 Thread yardbird
Thanks for your responses, David and Bill. I'm quite busy at the moment to go into detail in this, but strangely enough when I changed the backend from the default (GTK(Agg?) - I'm on linux) to QtAgg the bug disappeared. I think too that there could be an issue with numpy, so I just recompiled

[Matplotlib-users] Matplotlib ate my real numbers?

2006-11-08 Thread yardbird
Hello, I have a very weird problem with matplotlib and reals. Before starting to explain please let me apologize, I'm a newbie in Python and I suspect I'm doing something horribly wrong. I have exposed in Python a C++ class with Boost::Python (in the form of a shared object). This class (among