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 Laser
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 the
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
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
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 on
On Mon, Jan 17, 2011 at 11:35 AM, Eric Firing 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 not want to
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. I
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 c
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
>