[Matplotlib-users] Fwd: Getting X & Y value for every point plotted, without wx-python

2006-11-10 Thread pranal shah
-- Forwarded message --From: pranal shah <[EMAIL PROTECTED]>Date: Nov 9, 2006 3:34 PM Subject: Getting X & Y value for every point plotted, without wx-pythonTo: matplotlib-users@lists.sourceforge.netHI allI am a newbie at both matplotlib( 0.86) and python(2.4).I am trying to develop

Re: [Matplotlib-users] How to draw only left and bottom borders of the frame around a plot?

2006-11-10 Thread John Hunter
> "Fernando" == Fernando Perez <[EMAIL PROTECTED]> writes: Fernando> Have you had a look at what SAGE did with mpl? Their Fernando> axes are Mathematica-like, and their API exposes the Fernando> geometric primitives in Mathematica's plotting API. For Fernando> example: F

Re: [Matplotlib-users] How to draw only left and bottom borders of the frame around a plot?

2006-11-10 Thread Fernando Perez
On 11/10/06, John Hunter <[EMAIL PROTECTED]> wrote: > > "Nicolas" == Nicolas Grilly <[EMAIL PROTECTED]> writes: > > Nicolas> Hello, I'm trying to draw only left and bottom borders of > Nicolas> the frame surrounding each plot, like in the attached > Nicolas> chart. > > Nicolas>

Re: [Matplotlib-users] cannot savefig to cStringIO

2006-11-10 Thread John Hunter
> "Glen" == Glen W Mabey <[EMAIL PROTECTED]> writes: Glen> I'm a bit confused as to where the exception is actually Glen> getting raised. I suppose the renderer's write_png method Glen> must be in C? Glen> I implemented a tempfile solution, but I'm surprised that Glen> the

[Matplotlib-users] matplotlib on OSX

2006-11-10 Thread Joris De Ridder
Hi, We're trying (for the first time) to install matplotlib on OSX (Tiger on PPC Mac). Before we installed matplolib we ensured that BUILD_TKAGG= 1 in setup.py. Then we typed 'python setup.py install' which went fine. Importing pylab goes fine, making a plot with pylab.plot() also works fin

Re: [Matplotlib-users] How to draw only left and bottom borders of the frame around a plot?

2006-11-10 Thread John Hunter
> "Nicolas" == Nicolas Grilly <[EMAIL PROTECTED]> writes: Nicolas> Hello, I'm trying to draw only left and bottom borders of Nicolas> the frame surrounding each plot, like in the attached Nicolas> chart. Nicolas> I've checked matplotlib source code and it seems there is Ni

[Matplotlib-users] How to draw only left and bottom borders of the frame around a plot?

2006-11-10 Thread Nicolas Grilly
Hello,I'm trying to draw only left and bottom borders of the frame surrounding each plot, like in the attached chart.I've checked matplotlib source code and it seems there is no way to do that with a simple parameter. Do you confirm that? If yes, can I submit a patch for such a "feature"? Thank you

Re: [Matplotlib-users] Removing a line from a plot

2006-11-10 Thread John Hunter
> "Andrea" == Andrea Gavana <[EMAIL PROTECTED]> writes: Andrea> Hi Gang, Thank you guys, and thanks for the Wiki entry ;-) Andrea> Andrea. Andrea> I have a further small question. When I add a line to my Andrea> plot, the axes gracefully rescale to accomodate the new Andre

Re: [Matplotlib-users] LineCollection, need to draw separate points

2006-11-10 Thread John Hunter
> "Bart" == Bart van Kuik <[EMAIL PROTECTED]> writes: Bart> Hi list, I have inherited a piece of code. It uses Bart> LineCollection and works allright, except lines are plotted Bart> and I want to see the points, not the interpolated line. Is Bart> this a contradiction in itsel

Re: [Matplotlib-users] Removing a line from a plot

2006-11-10 Thread Andrea Gavana
Hi Gang, Andrea> Thank you guys, and thanks for the Wiki entry ;-) Andrea. I have a further small question. When I add a line to my plot, the axes gracefully rescale to accomodate the new data plotted. However, when I remove a line, they do not rescale, even if I call: locator = self.leftaxis.ya

[Matplotlib-users] LineCollection, need to draw separate points

2006-11-10 Thread Bart van Kuik
Hi list, I have inherited a piece of code. It uses LineCollection and works allright, except lines are plotted and I want to see the points, not the interpolated line. Is this a contradiction in itself, or might it be possible? I see 'solid', 'dotted', 'dashed' and 'dashdot' as linestyle optio

Re: [Matplotlib-users] x and ylabel problem when embedding in wx

2006-11-10 Thread Emmanuel Favre-Nicolin
Le Vendredi 10 Novembre 2006 00:50, vous avez écrit : > > "John" == John Hunter <[EMAIL PROTECTED]> writes: > > John> It's not about wx or wxpython, it's a matplotlib issue. > > Let me add some color to that statement -- when I took a look at your > screenshot, I realized you are using the