Re: contour plot question

From: radovan bast <r.bast_at_nyahnyahspammersnyahnyah>
Date: Tue, 20 Nov 2007 20:59:36 +0100

hi Kate,

copy-pasted this from one script where i specify the contour range &
interval, good luck,

radovan

range = [-10.0, 10.0]
interval = 1.0

contour_res.pmLabelBarDisplayMode = "Never"
contour_res.cnLevelSelectionMode = "ManualLevels"
contour_res.cnMinLevelValF = range[0]
contour_res.cnMaxLevelValF = range[1]
contour_res.cnLevelSpacingF = interval

Kate Horgan wrote:
> Is there a way when plotting a contour plot to set your values for the
> z-axis. In other words currently I think the program is plotting my
> whole range of z. I wish to specify a more specific range of z to
> plot. How do I do this? I cannot seem to find any help on this in
> the application examples. I tried res_at_trZMaxF = 2006 without success.
> Any suggestions?
> _______________________________________________
> ncl-talk mailing list
> ncl-talk_at_ucar.edu
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>

_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Tue Nov 20 2007 - 12:59:36 MST

This archive was generated by hypermail 2.2.0 : Sun Nov 25 2007 - 07:21:25 MST