Re: [Matplotlib-users] Individual custom markers and colorbar

2013-04-26 Thread Hackstein
:44:23 -0400 From: Ryan Nelson rnelsonc...@gmail.com Subject: Re: [Matplotlib-users] Individual custom markers and colorbar To: matplotlib-users@lists.sourceforge.net Message-ID: 5179bfd7.7060...@gmail.com Content-Type: text/plain; charset=iso-8859-1 Hackstein, Unfortunately, I'm not sure

Re: [Matplotlib-users] Individual custom markers and colorbar

2013-04-26 Thread Francesco Montesano
rnelsonc...@gmail.com Subject: Re: [Matplotlib-users] Individual custom markers and colorbar To: matplotlib-users@lists.sourceforge.net Message-ID: 5179bfd7.7060...@gmail.com Content-Type: text/plain; charset=iso-8859-1 Hackstein, Unfortunately, I'm not sure of an 'elegant' way to do what

Re: [Matplotlib-users] Individual custom markers and colorbar

2013-04-26 Thread Hackstein
) plt.colorbar(sc) and plt.colobar(col) both do not work. Any Ideas how to fix those two issues? Thanks, -Hackstein Message: 4 Date: Thu, 25 Apr 2013 19:44:23 -0400 From: Ryan Nelson rnelsonc...@gmail.com Subject: Re: [Matplotlib-users] Individual custom markers

Re: [Matplotlib-users] Individual custom markers and colorbar

2013-04-26 Thread Ryan Nelson
Subject: Re: [Matplotlib-users] Individual custom markers and colorbar To: matplotlib-users@lists.sourceforge.net Message-ID: 5179bfd7.7060...@gmail.com Content-Type: text/plain; charset=iso-8859-1 Hackstein, Unfortunately, I'm not sure of an 'elegant' way to do what your asking with a single call

Re: [Matplotlib-users] Individual custom markers and colorbar

2013-04-26 Thread Sterling Smith
Notwithstanding these probably work (I haven't tried), my gut reaction would have been to color the edges the same as the face, although I don't know if you can give set_edgecolor the same cmap(colors_norm) argument. -Sterling On Apr 26, 2013, at 5:30AM, Ryan Nelson wrote: Hackstein,

Re: [Matplotlib-users] Individual custom markers and colorbar

2013-04-26 Thread Hackstein
Ryan, thank you very much, it works and it's exaclty how I needed it to look like! Cheers, -- Try New Relic Now We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service

Re: [Matplotlib-users] Individual custom markers and colorbar

2013-04-26 Thread Brendan Barnwell
On 2013-04-26 08:31, Sterling Smith wrote: Notwithstanding these probably work (I haven't tried), my gut reaction would have been to color the edges the same as the face, although I don't know if you can give set_edgecolor the same cmap(colors_norm) argument. I think you can set the

Re: [Matplotlib-users] Individual custom markers and colorbar

2013-04-25 Thread Ryan Nelson
Hackstein, Unfortunately, I'm not sure of an 'elegant' way to do what your asking with a single call to scatter. Others may know a better way. However, you can use rectangle patches and patch collections. (Requires a bit more code than scatter but is ultimately more flexible.) I think the

[Matplotlib-users] Individual custom markers and colorbar

2013-04-24 Thread Hackstein
Hi all, I am trying to get a scatter plot using a colormap. Additionally, I need to define every marker for every data point individually - each being a rectangle with fixed height but varying width as a function of the y-value. X and y being the data coordinates, z being a number to be color