[Matplotlib-users] nD plotting

2007-08-13 Thread Matthew Auger
I'm trying to make high-dimensionality scatter plots, but I've run into a couple of issues. I'm using scatter() but including both edge and face color mapping; I doubt this will provide a meaningful display, but I'd like to try it and see Unfortunately, passing data arrays to facecolor and

Re: [Matplotlib-users] Cannot maximize figure while script is running

2007-08-13 Thread Darren Dale
On Sunday 12 August 2007 05:01:57 pm Angel Ezquerra Moreu wrote: > > I would suggest not using the pylab interface. Try building off of one of > > the > > > embedding_in examples in > > http://matplotlib.sourceforge.net/matplotlib_examples_0.90.0.zip. > > Thank you for the answer, Darren. However,

Re: [Matplotlib-users] Broken qt backend.

2007-08-13 Thread Darren Dale
On Sunday 12 August 2007 07:05:38 pm Xavier Gnata wrote: > OK my matplotlibrc was out of date. Now it works but I have found > another but playing with the sliders of the backend: > As the log is quite long, here are only the most relevant parts : [...] > It looks like that the ranges of the slider

Re: [Matplotlib-users] Problem with tick labels in scripts

2007-08-13 Thread Jouni K . Seppänen
Eugen Wintersberger <[EMAIL PROTECTED]> writes: > The first line is the printing of the ticklabel list before the > pylab.show() command. The second after pylab.show(). Why the list > contains 1 entry before and 7 (as is should) after pylab.show()? I think matplotlib is deferring the creation of

[Matplotlib-users] Problem with tick labels in scripts

2007-08-13 Thread Eugen Wintersberger
Hi there I have some problem with accessing ticklabels in a script (see attachment). The output of the script looks pretty strange to me: The first line is the printing of the ticklabel list before the pylab.show() command. The second after pylab.show(). Why the list contains 1 entry before an