[ncl-talk] Legend color?

jbuzan jbuzan at purdue.edu
Thu Oct 1 13:57:58 MDT 2015


Hello NCL-Talk,

My legend continues to call a color when I have no colormap:

  lgres                    = True
  lgres at lgItemType         = (/"Markers","Markers"/)        ; show lines only (default)
  lgres at lgLabelFontHeightF = .08            ; legend label font thickness
  lgres at vpWidthF           = 0.13           ; width of legend (NDC)
  lgres at vpHeightF          = 0.10           ; height of legend (NDC)
  lgres at lgPerimThicknessF  = 2.0            ; thicken the box perimeter
  lgres at lgMonoDashIndex    = True
  lgres at lgDashIndex        = 0
  lgres at lgMarkerIndexes = (/14,12/)
  labels = ""
  legend = gsn_create_legend (wks, 2, labels,lgres)


-Jonathan


-------------- next part --------------
A non-text attachment was scrubbed...
Name: Legend_Issue.pdf
Type: application/pdf
Size: 8290 bytes
Desc: not available
Url : http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20151001/d07bac5a/attachment.pdf 


More information about the ncl-talk mailing list