[ncl-talk] color scheme

Rashed Mahmood rashidcomsis at gmail.com
Tue Mar 30 14:44:29 MDT 2021


Hi Kemal,
If I understood the question correctly, ..., the details that would show up
in the plot would depend on number of contours you want to use, for example:
res at cnLevelSelectionMode = "ExplicitLevels"
res at cnLevels                       = 1.*ispan(0,28000,2000)  ; Or something
similar with smaller contour interval

Make sure that the number of contour levels are within the range of the
number of colors.

Are these two data sets same? The original plot shows data that ranges
between (0,300)?

Cheers,
Rashed







On Tue, Mar 30, 2021 at 9:43 PM Gurer, Kemal at ARB via ncl-talk <
ncl-talk at mailman.ucar.edu> wrote:

> Hello,
>
>
>
> I am plotting ceilometer data using the color scheme “MPL_gist_ncar” from
> the following color tables:
>
>
>
> https://www.ncl.ucar.edu/Document/Graphics/color_table_gallery.shtml
>
>
>
> I attached the original plot (ceilometer_backscatter_org.jpg) and my plot
> (ceilometer_backscatter_mine.jpg) to this email. The use of “MPL_gist_ncar”
> gave a better plot than the other ones I tried, but I did not try every
> single table.
>
>
>
> As the comparison of the plots show that the color scheme used in the
> original plot captured a lot more details of the backscatter values than I
> was able to capture in my own plot. Hence, it seems that the choice of the
> color scheme as well as how the range of values that are assigned to each
> color can give a lot more details about the data. I tested quite a few
> color tables available in the list but couldn’t generate a plot as good as
> the original one which shows a lot more details of the backscatter data
> between 10:19 and 16:19 UTC time and below 1 km in the original plot.
>
>
>
> Could you tell me if there is a better color scheme that I can use from
> the color table? And, how can I can assign a range of backscatter values to
> a specific color that I can generate a better plot? On a side note, I don’t
> think this plot was generated by ncl. I am assuming the plot was generated
> by Matlab or another software, but using the ncl’s broad range of color
> schemes and distributing the data for a range can produce a graph similar
> to the original plot.
>
>
>
> Thank you for your help.
>
>
>
> Kemal.
> _______________________________________________
> ncl-talk mailing list
> ncl-talk at mailman.ucar.edu
> List instructions, subscriber options, unsubscribe:
> https://mailman.ucar.edu/mailman/listinfo/ncl-talk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.ucar.edu/pipermail/ncl-talk/attachments/20210330/41cc574d/attachment.html>


More information about the ncl-talk mailing list