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

2009-03-07 Thread per freem
thank you very much for this (i include your code below). one question about this: how can i remove the top x-axis and the right yaxis from each of the marginal histograms? in other words, keep only the left y-axis and the bottom x-axis of each of the histograms. thank you. mport numpy as np

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

2009-02-18 Thread Manuel Metz
Ryan May wrote: On Mon, Feb 16, 2009 at 7:22 AM, Manuel Metz mm...@astro.uni-bonn.dewrote: Attached is a very simple example that shows how to do something similar to scatterhist in matplotlib That's a nice example. Are you going to check that into SVN? Yes, soon ... Ryan

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

2009-02-16 Thread Ryan May
On Mon, Feb 16, 2009 at 7:22 AM, Manuel Metz mm...@astro.uni-bonn.dewrote: Attached is a very simple example that shows how to do something similar to scatterhist in matplotlib That's a nice example. Are you going to check that into SVN? Ryan -- Ryan May Graduate Research Assistant School

[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: