<div dir="ltr">Hi Frank,<div>No there is not. However, you could use the vpXF/vpYF/vpWidthF/vpHeightF resources to set exactly where you want the boxplot to be drawn, and then specify the same resources, turn off all borders/tickmarks/labels except the Y-Axis, create a blank plot using gsn_csm_blank_plot, and draw one on top of another:</div><div><a href="https://www.ncl.ucar.edu/Document/Graphics/Interfaces/gsn_csm_blank_plot.shtml">https://www.ncl.ucar.edu/Document/Graphics/Interfaces/gsn_csm_blank_plot.shtml</a><br></div><div><br></div><div>Tick mark example #11 is similar, but overlays one plot on another using the overlay procedure.</div><div><a href="http://www.ncl.ucar.edu/Applications/tickmarks.shtml#ex11">http://www.ncl.ucar.edu/Applications/tickmarks.shtml#ex11</a><br></div><div>You will not want to use overlay, but you will want to set gsnDraw = True (=default) and gsnFrame = False in both resource lists.</div><div><br></div><div>bres = True   ; boxplot resource list</div><div>bres@gsnFrame = False</div><div>bres@vpXF = 0.2</div><div>bres@vpYF = 0.8</div><div>...</div><div>plot = boxplot(....</div><div><br></div><div>res = True   ; blank plot resource list</div><div><div><div>res@gsnFrame = False</div><div></div></div><div></div></div><div>res@tmYUseLeft = False</div><div>res@tmYROn = False</div><div>res@tmYRLabelsOn = False</div><div><div>res@tmXBOn = False</div><div></div></div><div>res@tmXBLabelsOn = False</div><div>...    ; other tm resources may be needed.</div><div>res@trYMinF = ..</div><div>res@trYMaxF = ..</div><div>res@tmYLMode = "Explicit"</div><div>res@tmYLValues = (/.../)</div><div>res@tmYLLabels = (/.../)</div><div><br></div><div>bplot = gsn_csm_blank_plot(...</div><div>frame(wks)</div><div><br></div><div>Hope that gets you going in the right direction!<br>Adam</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Dec 2, 2019 at 1:56 AM Kreienkamp Frank via ncl-talk <<a href="mailto:ncl-talk@ucar.edu">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 lang="DE">
<div class="gmail-m_-7797488222077759003WordSection1">
<p class="MsoNormal"><span style="font-family:Arial,sans-serif">Hello,<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-family:Arial,sans-serif"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-family:Arial,sans-serif">is there a function to have a 2nd y-axis with boxplots? Something like gsn_csm_xy2<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-family:Arial,sans-serif"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-family:Arial,sans-serif">Thanks in advance<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-family:Arial,sans-serif">Frank<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-family:Arial,sans-serif"><u></u> <u></u></span></p>
<p class="MsoNormal"><span><u></u> <u></u></span></p>
<p class="MsoNormal"><u></u> <u></u></p>
</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><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div><div><span><font color="#888888">Adam Phillips <br></font></span></div><span><font color="#888888">Associate Scientist,  </font></span><span><font color="#888888">Climate and Global Dynamics Laboratory, NCAR<br></font></span></div></div><div><span><font color="#888888"><a href="http://www.cgd.ucar.edu/staff/asphilli/" target="_blank">www.cgd.ucar.edu/staff/asphilli/</a>   </font></span><span><font color="#888888">303-497-1726 </font></span></div><span><font color="#888888"></font></span><div><div><span><font color="#888888"><br></font></span><div><span><font color="#888888"><a href="http://www.cgd.ucar.edu/staff/asphilli" target="_blank"></a></font></span></div></div></div></div></div></div></div></div></div></div></div>