[Matplotlib-users] overriding the coordinates display on Figure window

2006-06-20 Thread John Pye
Hi all I have an application that uses Matplotlib to display incidence matrices for systems of equations. I have linked up the figure window with 'event handling' so that mouseover on the plot shows the variables/relations corresponding to the pointed-to coordinates, but at present this is only

Re: [Matplotlib-users] Subclassing Figure and pylab.figure()

2006-06-20 Thread Pierre GM
On Tuesday 20 June 2006 11:37, John Hunter wrote: > > "Pierre" == Pierre GM <[EMAIL PROTECTED]> writes: > > Pierre> Folks, > Pierre> I have a tailor-made subclass of Figure (say, MyFigure) that I'd > Pierre> like to use interactively. Ideally, I'd like to have > Pierre> pylab.fi

[Matplotlib-users] linewidth

2006-06-20 Thread Bryan
can someone tell me why the lines on the plot are drawn with a linewidth of 1 instead of 5? def init_plot_data(self): self.axes = self.fig.add_subplot(111) self.xrange = numpy.arange(80) self.yrange = range(80) random.shuffle(self.yrange) yrange

Re: [Matplotlib-users] Subclassing Figure and pylab.figure()

2006-06-20 Thread John Hunter
> "Pierre" == Pierre GM <[EMAIL PROTECTED]> writes: Pierre> That seems to give me what I want, as long as I use the Pierre> GTKAgg backend. What should I do to have the same result Pierre> with another backend, without having to rewrite a Pierre> new_figure_manager each time ?

[Matplotlib-users] Subclassing Figure and pylab.figure()

2006-06-20 Thread Pierre GM
Folks, I have a tailor-made subclass of Figure (say, MyFigure) that I'd like to use interactively. Ideally, I'd like to have pylab.figure() (or an equivalent) create a MyFigure instance, instead of Figure. I wrote a myfigure() function based on pylab.figure(), substituting the - figManager =

[Matplotlib-users] unsubscribe

2006-06-20 Thread Eric Hudson
  ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users