[Matplotlib-users] how load data to Image from String?

2008-03-01 Thread sa6113
Would you please help me ? I want to load data to Image (QImage) from String or binary String without using PIL module . -- View this message in context: http://www.nabble.com/how-load-data-to-Image-from-String--tp15784115p15784115.html Sent from the matplotlib - users mailing list archive at Na

Re: [Matplotlib-users] Labels for ticks on the colorbar?

2008-03-01 Thread John Hunter
On Sat, Mar 1, 2008 at 8:34 PM, John R. Dowdle <[EMAIL PROTECTED]> wrote: > Hi, > > Is is possible to customize the labels for the ticks of the colorbar? If so, > could someone please explain how this may be accomplished? The colorbar method returns a matplotlib.colorbar.Colorbar instance, whic

[Matplotlib-users] Labels for ticks on the colorbar?

2008-03-01 Thread John R. Dowdle
Hi, Is is possible to customize the labels for the ticks of the colorbar? If so, could someone please explain how this may be accomplished? Thanks in advance, John - This SF.net email is sponsored by: Microsoft Defy all c

Re: [Matplotlib-users] Show shapes on scatterplot legend?

2008-03-01 Thread Jose Gomez-Dans
Hi, On Thu, Feb 28, 2008 at 7:45 PM, chombee <[EMAIL PROTECTED]> wrote: > The problem is that the legend displays only a rectangular block > indicating the color for each plot. Is there a way to get the marker > shapes of scatter plots into the legend? > I faced a similar problem some time ago,

Re: [Matplotlib-users] Matplotlib performance

2008-03-01 Thread Onno Broekmans
JH> Note that with the clipped line approach I suggested, you can have the JH> best of both worlds. Downsampl when N>2 or some appropriate JH> number, and plot the full data when you zoom. Hm.. Good point. I'll try to implement that. Thanks! Best regards, -- Onno Broekmans -

Re: [Matplotlib-users] bounding box

2008-03-01 Thread Alan G Isaac
On Fri, 29 Feb 2008, David Huard apparently wrote: > Have you tried pdfcrop ? Did not know about it. http://www.ctan.org/tex-archive/support/pdfcrop/> Hmmm, is it legitimate to link to perl code here? ;-) Thanks, Alan -

Re: [Matplotlib-users] Show shapes on scatterplot legend?

2008-03-01 Thread chombee
On Fri, 2008-02-29 at 08:56 -0500, Michael Droettboom wrote: > I don't believe there is at present. There was a recent discussion > about this on the list, and it's on the radar as something to add for a > future release. Oh well. Good to know it's on the radar. For now I'll just modify my plot