Re: [Matplotlib-users] Analog of processing map() or protovis scale?

2011-01-17 Thread Uri Laserson
For convenience of use, I implemented three simple scales. I have not yet tested it rigorously, but the usage is similar to protovis scales. https://github.com/laserson/pytools/blob/master/scale.py Uri ... Uri

Re: [Matplotlib-users] Font not carrying through Py2Exe

2011-01-17 Thread Alex S
Thank you very much for the help, I'm sorry I didn't reply to you. I ended up doing what you recommend against, which is I took my fontlist.cache and copied it to the other computers C:\Documents and Settings\username\.matplotlib folder. This worked, maybe because all the computers here have

[Matplotlib-users] ColorbarBase usage

2011-01-17 Thread Bala subramanian
Friends, I have created a figure (with two rows and two columns) and i drew four contourf plots (A,B,C,D etc). All the four contourf has the same coloring and bounds. I do not want to draw a colorbar() for each of the plots separately but only one colorbar at the bottom of the four plots.Something

Re: [Matplotlib-users] ColorbarBase usage

2011-01-17 Thread Paul Ivanov
Hi Bala, Bala subramanian, on 2011-01-17 16:42, wrote: I have created a figure (with two rows and two columns) and i drew four contourf plots (A,B,C,D etc). All the four contourf has the same coloring and bounds. I do not want to draw a colorbar() for each of the plots separately but only

Re: [Matplotlib-users] ColorbarBase usage

2011-01-17 Thread Eric Firing
On 01/17/2011 05:42 AM, Bala subramanian wrote: Friends, I have created a figure (with two rows and two columns) and i drew four contourf plots (A,B,C,D etc). All the four contourf has the same coloring and bounds. I do not want to draw a colorbar() for each of the plots separately but only

Re: [Matplotlib-users] ColorbarBase usage

2011-01-17 Thread Ryan May
On Mon, Jan 17, 2011 at 11:35 AM, Eric Firing efir...@hawaii.edu wrote: On 01/17/2011 05:42 AM, Bala subramanian wrote: Friends, I have created a figure (with two rows and two columns) and i drew four contourf plots (A,B,C,D etc). All the four contourf has the same coloring and bounds. I do

[Matplotlib-users] Alpha not working from imshow?

2011-01-17 Thread Tim Burgess
I'm generating images that I want to use as overlays in Google Earth. Thus, I would like the masked portion of the numpy arrays I am using to appear as transparent. However, I seem to consistently get white instead of a transparent point. To clarify the issue, I wrote this short piece of code.

Re: [Matplotlib-users] Alpha not working from imshow?

2011-01-17 Thread Paul Ivanov
Tim Burgess, on 2011-01-18 13:32, wrote: I'm generating images that I want to use as overlays in Google Earth. Thus, I would like the masked portion of the numpy arrays I am using to appear as transparent. However, I seem to consistently get white instead of a transparent point. To

Re: [Matplotlib-users] Alpha not working from imshow?

2011-01-17 Thread Tim Burgess
Thanks, Paul! A bit of tweaking in my actual app but it now works beautifully! On 18/01/2011, at 4:08 PM, Paul Ivanov wrote: Tim Burgess, on 2011-01-18 13:32, wrote: I'm generating images that I want to use as overlays in Google Earth. Thus, I would like the masked portion of the numpy