The figure would open and remain visible, but would not respond in the
expected manner to a button press. Consequently, Python would error out
saying "package does not contain method waitforbuttonpress()". I was working
on a school computer, 32-bit Intel that had just downloaded a fresh version
of
Dear folks,
I wrote an ad-hoc script to generate buttons that have the 'glossy' effect.
The implementation is fairly straightforward and did work -- the buttons
themselves are rectangles with rounded corners so I call a polygon patch.
The light is simulated using a white, transparent ellipse. But
Yeap...
I also forgot to mention this in response to Charlie's question.
MPL + NumPy work seemlessly on Linux amd64, and have been so for at least
the two years I've been
using them.
Having said that, I have only used them with Python 2.5 amd64 and not with
2.6 on Linux.
I've compiled the package
Hi,
you might want to look here:
http://matplotlib.sourceforge.net/tutorial.html
If I understand what you mean by cross-table and graph, then you are just
plotting two lines of data?
That would require:
pylab.plot(x, y1, 'ro', x, y2, 'bo')
or something like that. Look at the tutorials.
And you wou
An interesting data point would be if anyone is successfully running
matplotlib on another amd64 platform...? (I'm running 32-bit Linux, so
I can't help.) That might help rule our 64-bit non-safety in general
vs. something specific to the Windows toolchain.
Mike
Dan Shechter wrote:
> Of cour
I'm using Qt 4.3.0/PyQt 4.2, compiled from source on RHEL4 with no
problems, so it's not necessarily that your version is too old.
Once you have a script to reproduce and (ideally) a gdb backtrace, that
should help us narrow down on the root cause.
Mike
G Jones wrote:
> Hello,
> I'm trying to
Nick Vaidyanathan wrote:
> Does not exist here:
> http://matplotlib.sourceforge.net/doc/html/api/pyplot_api.html
>
> Which is curious, because it's plainly shown (PUNZ!) here:
> http://matplotlib.sourceforge.net/doc/html/users/pyplot_tutorial.html
>
> Now here's t3h sex: given the documentati
Hello,
I'm trying to track down a segfault when a canvas.draw() call is made in my
GUI program using the Qt4Agg backend. I am running matplotlib 0.98.3 and Qt
4.3.2. I know the Qt version is a bit old, so I wanted to check if I should
be suspicious of version incompatibility. I am working on a scri
Of course... I'll try to be as detailed as I can be...
I'll start off by mentioning that I have created and uploaded and
archive with a snapshot of everything that I've got so far:
http://rapidshare.com/files/154096953/py-64.7z.html
The env. I'm using is:
* VS9 (2008)
* Python 2.6 for amd 64 (co