Re: using different colormap in panel plot

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Wed, 28 Mar 2007 11:56:01 -0600 (MDT)

On Wed, 28 Mar 2007, [BE] Ufuk Utku Turuncoglu wrote:

> Hi,
>
> I want to use different color map in panel plot. I think it will be possible
> in 1.2.0 version of the PyNGL using Ngl.define_colormap command. But as you
> know, it has not released yet. How can i plot this kind of figure. Any
> suggestion will be helpful.
>
> best regards,
>
> Ufuk Utku Turuncoglu
> Istanbul Technical University
> Informatics Institute

Dear Ufuk,

You can define a different color map using the "older" method, and
that is by defining it as part of a resource list to the "open_wks"
function:

wkres = Ngl.Resources()
wkres.wkColorMap = "rainbow"
wks_type = "ps"
wks = Ngl.open_wks(wks_type,"panel",wkres)

We hope to release a new version of PyNGL and PyNIO once we get
a version of NCL out the door. NCL is another related software
project that we develop, and we are in the process of testing a new
GRIB2 reader in it. When this is done, we will focus on PyNGL/PyNIO
and get a GRIB2 reader released in PyNIO.

--Mary
_______________________________________________
pyngl-talk mailing list
pyngl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/pyngl-talk
Received on Wed Mar 28 2007 - 11:56:01 MDT

This archive was generated by hypermail 2.2.0 : Sun Apr 01 2007 - 11:53:11 MDT