<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="generator" content="Windows Mail 17.5.9600.20911">
<style data-externalstyle="true"><!--
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph {
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
margin-bottom:.0001pt;
}
p.MsoNormal, li.MsoNormal, div.MsoNormal {
margin:0in;
margin-bottom:.0001pt;
}
p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst, 
p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagraphCxSpMiddle, 
p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast {
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
margin-bottom:.0001pt;
line-height:115%;
}
--></style>
</head>
<body dir="ltr">
<div data-externalstyle="false" dir="ltr" style="font-family: 'Calibri', 'Segoe UI', 'Meiryo', 'Microsoft YaHei UI', 'Microsoft JhengHei UI', 'Malgun Gothic', 'sans-serif';font-size:12pt;">
<div>Dear Madam or Sir</div>
<div><br>
</div>
<div>I wnat to draw a legend for my xy-plot in ncl, but the dash patern of the line is very long compared to the text. I tried to make the dash pattern shorter with lgLineDashSegLenF but it did not work. How can I controll the length of the dash pattern using
 the legendClass?</div>
<div><br>
</div>
<div>Kind regards,</div>
<div>Sandro</div>
<div><br>
</div>
<div>legend = create "Legend" legendClass wks<br>
   "lgTitleString"            : "Left Hand Side Column: 10~F34~0~F~N-10~F34~0~F~S emission"<br>
   "vpXF"                     : 0.2                  ; orientation on page<br>
   "vpYF"                     : 0.15  ;0.48<br>
   "vpWidthF"                 : 0.1 ;0.3                     ; width<br>
   "vpHeightF"                : 0.12                    ; height<br>
   "lgAutoManage"             : True<br>
   "lgPerimOn"                : False                   ; no perimeter<br>
   "lgItemCount"              : 5                      ; how many<br>
   "lgItemType"               : "Lines"<br>
   "lgLabelStrings"           : (/"Reference run","Continuous aerosol emission","Continuous <br>
   "lgLabelsOn"               : True                    ; no default lables<br>
   "lgLabelOffsetF"           : 0.0<br>
   "lgLineLabelFontHeightF"   : 2.0<br>
   "lgLineDashSegLenF"        : 0.01<br>
   "lgDashIndexes"            : (/0,0,0,0,0/)   ;4<br>
   "lgLineColors"             : (/"black","blue","red","darkviolet","orange"/)</div>
<div><br>
</div>
<div> end create</div>
<div><br>
</div>
<div> draw(legend)<br>
<br>
</div>
</div>
</body>
</html>