[Matplotlib-users] x axis imshow...

2009-02-14 Thread Lewis, Ambrose J.
Thanks Michael Ryan! Worked great! amb -Original Message- From: Michael Droettboom [mailto:md...@stsci.edu] Sent: Fri 2/13/2009 1:14 PM To: Lewis, Ambrose J. Cc: matplotlib-users@lists.sourceforge.net Subject: Re: [Matplotlib-users] x axis imshow... You can pass extent=(left, right,

Re: [Matplotlib-users] Issues with time display

2009-02-14 Thread Goyo
Hi clolern2, - for some reason a TZ has been inserted Datetime values are stored as numbers. Timezone info is added when that numbers are converted again into datetimes for labelling. - graphs have white space buffers on either side of the X-axix You can use axes.xlim in order to adjust it.

[Matplotlib-users] how to make scatter plot and bar graphs in same figure?

2009-02-14 Thread per freem
hello, is there a way to make a 2d scatter plot that includes (outside the axes) histograms of the marginals of the two variables? like the matlab function 'scatterhist'. see this for an example: