<div dir="ltr">Thank you very much for such a detailed and stepwise explanation. <div>My plot works perfectly now, although I ended up using tmXMajorGrid resource instead of gsm_polyline. </div><div><br></div><div>Thank you again,</div><div>Amarjiit</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Oct 31, 2019 at 11:07 AM Dennis Shea <<a href="mailto:shea@ucar.edu">shea@ucar.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Different aspects of your attached plot are outlined below. There are a number of other examples if you look around for them.</div><div><br></div><div><a href="http://www.ncl.ucar.edu/Applications/scatter.shtml" target="_blank"><b>http://www.ncl.ucar.edu/Applications/scatter.shtml</b></a></div><div>Example 12 [created by Alan Brammer]<br></div><div><br></div><div>---</div><div>Filled Circles:<br></div><div><pre><span style="font-family:arial,sans-serif"> res@xyMarkLineMode = "Markers" ; default is line
res@xyMarker = 16 ; filled dot
res@xyMarkerColor = "Red"<br> res@xyMarkerSizeF = 0.025 ; Marker size (default 0.01) ; may have to play with size<br><br>----<br>Y-Axis Labels<br><br> res@tmYLMode = "Explicit"
res@tmYLLabels = (/"CNRM-CM5","IPSL-CM5B-LR", ....., \<br></span></pre><pre><span style="font-family:arial,sans-serif"> ,..... ,"GISS-E2-R-CC" /)<br></span></pre><pre><span style="font-family:arial,sans-serif"> res@tmYLValues = (/ Y_axis_values.../)
</span></pre></div><div>---</div><div>Shading:</div><div><br></div><div><a href="http://www.ncl.ucar.edu/Applications/polyg.shtml" target="_blank"><b>http://www.ncl.ucar.edu/Applications/polyg.shtml</b></a></div><div>Example 26</div><div>---</div><div>Vertical lines:</div><div><br></div><div><a href="http://www.ncl.ucar.edu/Applications/xy.shtml" target="_blank"><b>http://www.ncl.ucar.edu/Applications/xy.shtml</b></a></div><div>Example 20</div><div>Example 27</div><div><br></div><div>---</div><div>Add text:</div><div><br></div><div> <a href="http://www.ncl.ucar.edu/Document/Graphics/Interfaces/gsn_add_text.shtml" target="_blank"><b>gsn_add_text</b></a>, <a href="http://www.ncl.ucar.edu/Document/Graphics/Interfaces/gsn_text.shtml" target="_blank"><b>gsn_text</b></a></div><div><br></div><div><pre> txres = True
txres@txFontHeightF = ... ; Set the font height
label = "CMIP5" ; txFuncCode is ~
text = gsn_add_text(wks,plot,label,xValue, yValue, txres)<br><br></pre><pre>Good luck <br></pre></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Oct 30, 2019 at 10:12 PM Amarjiit Vikkas Pandde via ncl-talk <<a href="mailto:ncl-talk@ucar.edu" target="_blank">ncl-talk@ucar.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Apologies for the precious Email </div>Dear NCL Users,<div><br></div><div>I'm trying to recreate the attached plot in NCL. The plot is averaged 30 years of volume transport of ACC(red dots) and 2 standard deviations of volume transport (error bars) </div><div>How do I plot datasets(y-axis) vs Transport(x-axis) using same marker? </div><div>Can I get this exact error bar in NCL? I believe I need to use gsm_add_polymarker but I cannot find this exact error bar in the list of given markers?</div><div><br></div><div>Thank you in advance,</div><div>Amarjiit</div></div>
_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu" target="_blank">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a></blockquote></div>
</blockquote></div>