[ncl-talk] help

Kacie Shourd Kacie.Shourd at dri.edu
Tue Jun 7 23:22:42 MDT 2016


Hi!

It should work if you make the wks bigger.

try adding this bit of code:

  wks_type = "x11"
  wks_type at wkWidth = 2500
  wks_type at wkHeight = 2500
  wks = gsn_open_wks(wks_type, "cyclone_wind")

And adjust the numbers for width and height as necessary until the legend is no longer cut off.

Best,
Kacie

________________________________
From: ncl-talk-bounces at ucar.edu [ncl-talk-bounces at ucar.edu] on behalf of Key Tone [keytone25 at gmail.com]
Sent: Tuesday, June 07, 2016 10:12 PM
To: ncl-talk at ucar.edu
Subject: [ncl-talk] help

Hello,

For the vector plot, below, what should I include in my code to get the legend to show? It looks cut off:
[Inline image 1]

Here is the code I used to get this plot:
[Inline image 2]



PUBLIC RECORDS NOTICE: In accordance with NRS Chapter 239, this email and responses, unless otherwise made confidential by law, may be subject to the Nevada Public Records laws and may be disclosed to the public upon request.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20160608/923fa020/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 12508 bytes
Desc: image.png
Url : http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20160608/923fa020/attachment.png 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 58244 bytes
Desc: image.png
Url : http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20160608/923fa020/attachment-0001.png 


More information about the ncl-talk mailing list