Re: [Matplotlib-users] How to create space between two subplots?

2011-02-15 Thread Omer Khalid
n toolbar at the bottom of the figure). > > > http://matplotlib.sourceforge.net/api/figure_api.html#matplotlib.figure.Figure.subplots_adjust > > -Aman > > On Tue, Feb 15, 2011 at 6:05 AM, Omer Khalid > wrote: > > Hi, > > I am trying to create two subplots in

[Matplotlib-users] How to create space between two subplots?

2011-02-15 Thread Omer Khalid
Hi, I am trying to create two subplots in the same figure. Currently, the x-axis of first plot overlaps with the title of second plot. I was wondering if there is a function for figure object that allows to create vertical space between two plots so that the axis and title text doesn't overlap?

Re: [Matplotlib-users] How to have few marks on the lines?

2010-05-25 Thread Omer Khalid
Hi John, Thanks a lot for the example code; it answered my question. Best Regards, Omer On Tue, May 25, 2010 at 14:25, John Hunter wrote: > On Tue, May 25, 2010 at 6:46 AM, Omer Khalid wrote: > > Hi Jae, > > Thanks for your reply and letting me know about this. Can you please

Re: [Matplotlib-users] How to have few marks on the lines?

2010-05-25 Thread Omer Khalid
ery* keyword. > > > http://matplotlib.sourceforge.net/api/artist_api.html#matplotlib.lines.Line2D.set_markevery > > If you want more control, you can always draws the lines (without > markers) first and overplot markers in positions you want separately. > > Regards, > > -JJ >

[Matplotlib-users] How to have few marks on the lines?

2010-05-19 Thread Omer Khalid
Hi, I am a wondering if it's possible to have few line distinguishing marks on the data lines on a chart such as circle, start, square. When I use some thing like this for the color of the graph (i.e. rs, k^), it uses the shape for each data point and the lines becomes very thick. All I want is to

Re: [Matplotlib-users] How to show separate legend for each subplot

2010-03-31 Thread Omer Khalid
Hi Paul, Thanks for your prompt response. It did help :) But it seems that axis don't seems to accept title, xlable and ylable values any more. Any ideas on that? Cheers Omer On Wed, Mar 31, 2010 at 17:43, wrote: > From: Omer Khalid [mailto:omer.kha...@cern.ch] > Sent: Wednesda

[Matplotlib-users] How to show separate legend for each subplot

2010-03-31 Thread Omer Khalid
Hi, I am wondering is there a way one could show a separate legend for each subplot in a figure? I would really really appreciate any ideas on this. Thanks, Omer -- Download IntelĀ® Parallel Studio Eval Try the new softwar

[Matplotlib-users] How to show last value on the line

2010-03-31 Thread Omer Khalid
Hi, I have produced number of charts in my research thesis. On any given chart, there are number of lines. I would like to display the last value on each line to show at which precise value it's ending. Thanks, Omer -- Do