Re: ThickMark labels on Polar Maps

From: Dennis Shea (shea AT cgd.ucar.edu)
Date: Mon Sep 27 2004 - 11:39:54 MDT

  • Next message: Rick Grubin: "NCL binary distribution for 64-bit Itanium hosts"

    >
    >can somebody tell me how to remove thickmark labels from a polar map?
    >

      res@mpGridAndLimbOn = False ; turn off grid lines
      res@gsnTickMarksOn = False ; turn off tickmarks/labels
      plot = gsn_csm_contour_map_polar(wks,u,res) ; create the plot

    ---
    The above should work.
    

    To get a large ps/pdf file, you might want to add

    res@gsnMaximize = True ; make large ps/pdf file

    good luck ... D

    _______________________________________________ ncl-talk mailing list ncl-talk@ucar.edu http://mailman.ucar.edu/mailman/listinfo/ncl-talk



    This archive was generated by hypermail 2b29 : Tue Sep 28 2004 - 14:02:40 MDT