<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:14pt"><div class="" style="">Dear folks,</div><div class="" style=""><br class="" style=""></div><div style="color: rgb(0, 0, 0); font-size: 19px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-style: normal; background-color: transparent;" class="">After upgrading my TeX Live, I noticed that my grid which was correct (see the attached Correct-Result.png) becomes incomplete (see the attached Incorrect-Result.png).</div><div style="color: rgb(0, 0, 0); font-size: 19px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-style: normal; background-color: transparent;" class=""><br class="" style=""></div><div style="color: rgb(0, 0, 0); font-size: 19px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica,
 Arial, 'Lucida Grande', sans-serif; font-style: normal; background-color: transparent;" class=""><br class="" style=""></div><div style="color: rgb(0, 0, 0); font-size: 19px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-style: normal; background-color: transparent;" class="">The code (after simplification) is as follows,</div><div style="color: rgb(0, 0, 0); font-size: 19px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-style: normal; background-color: transparent;" class=""><br class="" style=""></div><div style="background-color: transparent;" class="">\documentclass[pstricks,border=0pt,12pt,dvipsnames]{standalone}</div><div style="background-color: transparent;" class=""><br class="" style=""></div><div style="background-color: transparent;" class="">\usepackage{pst-plot}</div><div style="background-color: transparent;" class=""><br class=""
 style=""></div><div style="background-color: transparent;" class="">\usepackage[nomessages]{fp}</div><div style="background-color: transparent;" class=""><br class="" style=""></div><div style="background-color: transparent;" class="">% THIS BOMBASTIC SETTING IS NOT TRIVIAL !</div><div style="background-color: transparent;" class=""><br class="" style=""></div><div style="background-color: transparent;" class="">\FPeval\XMin{0-2*pi}</div><div style="background-color: transparent;" class="">\FPeval\XMax{2*pi}</div><div style="background-color: transparent;" class="">\FPeval\YMin{0-pi}</div><div style="background-color: transparent;" class="">\FPeval\YMax{5*pi/3}</div><div style="background-color: transparent;" class=""><br class="" style=""></div><div style="background-color: transparent;" class="">\FPeval\XOL{0-1/3} % of DeltaX</div><div style="background-color: transparent;" class="">\FPeval\XOR{1/3} % of DeltaX</div><div style="background-color:
 transparent;" class="">\FPeval\YOB{0-1/3} % of DeltaY</div><div style="background-color: transparent;" class="">\FPeval\YOT{1/3} % of DeltaY</div><div style="background-color: transparent;" class=""><br class="" style=""></div><div style="background-color: transparent;" class="">\FPset\TrigLabelBase{3}</div><div style="background-color: transparent;" class="">\FPeval\DeltaX{pi/TrigLabelBase}</div><div style="background-color: transparent;" class="">\FPeval\DeltaY{pi/TrigLabelBase}</div><div style="background-color: transparent;" class=""><br class="" style=""></div><div style="background-color: transparent;" class="">\FPeval\AxisL{XMin+DeltaX*XOL}</div><div style="background-color: transparent;" class="">\FPeval\AxisR{XMax+DeltaX*XOR}</div><div style="background-color: transparent;" class="">\FPeval\AxisB{YMin+DeltaY*YOB}</div><div style="background-color: transparent;" class="">\FPeval\AxisT{YMax+DeltaY*YOT}</div><div style="background-color:
 transparent;" class=""><br class="" style=""></div><div style="background-color: transparent;" class="">\newlength\Width\Width=12cm</div><div style="background-color: transparent;" class="">\newlength\Height\Height=8cm</div><div style="background-color: transparent;" class=""><br class="" style=""></div><div style="background-color: transparent;" class="">\newlength\llx\llx=-5pt</div><div style="background-color: transparent;" class="">\newlength\urx\urx=15pt</div><div style="background-color: transparent;" class="">\newlength\lly\lly=-5pt</div><div style="background-color: transparent;" class="">\newlength\ury\ury=15pt</div><div style="background-color: transparent;" class=""><br class="" style=""></div><div style="background-color: transparent;" class=""><br class="" style=""></div><div style="background-color: transparent;" class="">\psset</div><div style="background-color: transparent;" class="">{</div><div style="background-color: transparent;"
 class="">    llx=\llx,</div><div style="background-color: transparent;" class="">    lly=\lly,</div><div style="background-color: transparent;" class="">    urx=\urx,</div><div style="background-color: transparent;" class="">    ury=\ury,</div><div style="background-color: transparent;" class="">    xtrigLabels=true,</div><div style="background-color: transparent;" class="">    ytrigLabels=true,</div><div style="background-color: transparent;" class="">    trigLabelBase=\TrigLabelBase,</div><div style="background-color: transparent;" class="">    labelFontSize=\scriptstyle,</div><div style="background-color: transparent;" class="">    xAxisLabel=$x$,</div><div style="background-color: transparent;" class="">    yAxisLabel=$y$,</div><div style="background-color: transparent;" class="">    algebraic,</div><div style="background-color:
 transparent;" class="">    plotpoints=500,</div><div style="background-color: transparent;" class="">}</div><div style="background-color: transparent;" class=""><br class="" style=""></div><div style="background-color: transparent;" class="">\def\f{Pi*sin(x)}</div><div style="background-color: transparent;" class=""><br class="" style=""></div><div style="background-color: transparent;" class=""><br class="" style=""></div><div style="background-color: transparent;" class="">\begin{document}</div><div style="background-color: transparent;" class=""><br class="" style=""></div><div style="background-color: transparent;" class="">\begin{psgraph}</div><div style="background-color: transparent;" class="">    [</div><div style="background-color: transparent;" class="">        dx=\DeltaX,</div><div style="background-color: transparent;" class="">        dy=\DeltaY,</div><div style="background-color:
 transparent;" class="">        linecolor=gray,</div><div style="background-color: transparent;" class="">        tickcolor=gray,</div><div style="background-color: transparent;" class="">        ticksize=-3pt 3pt,</div><div style="background-color: transparent;" class="">        axespos=top,</div><div style="background-color: transparent;" class="">    ]{<->}(0,0)(\AxisL,\AxisB)(\AxisR,\AxisT){\dimexpr\Width-\urx+\llx}{!}</div><div style="background-color: transparent;" class="">    \psaxes</div><div style="background-color: transparent;" class="">    [</div><div style="background-color: transparent;" class="">        dx=\DeltaX,</div><div style="background-color: transparent;" class="">        dy=\DeltaY,</div><div style="background-color: transparent;" class="">       
 labels=none,</div><div style="background-color: transparent;" class="">        subticks=5,</div><div style="background-color: transparent;" class="">        tickwidth=.4pt,</div><div style="background-color: transparent;" class="">        subtickwidth=.2pt,</div><div style="background-color: transparent;" class="">        tickcolor=Red!30,</div><div style="background-color: transparent;" class="">        subtickcolor=ForestGreen!30,</div><div style="background-color: transparent;" class="">        xticksize=\YMin\space \YMax,</div><div style="background-color: transparent;" class="">        yticksize=\XMin\space \XMax,</div><div style="background-color: transparent;" class="">        subticksize=1,</div><div style="background-color: transparent;" class="">   
 ](0,0)(\XMin,\YMin)(\XMax,\YMax)</div><div style="background-color: transparent;" class="">    \psplot[linecolor=NavyBlue]{\XMin}{\XMax}{\f}</div><div style="background-color: transparent;" class="">\end{psgraph}</div><div style="background-color: transparent;" class="">\end{document}</div><div style="color: rgb(0, 0, 0); font-size: 19px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-style: normal; background-color: transparent;" class=""><br class="" style=""></div><div style="color: rgb(0, 0, 0); font-size: 19px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-style: normal; background-color: transparent;" class=""><br></div><div style="color: rgb(0, 0, 0); font-size: 19px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-style: normal; background-color: transparent;" class="">The code is also
 attached to this e-mail (see My-Code.tex).</div><div style="color: rgb(0, 0, 0); font-size: 19px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-style: normal; background-color: transparent;" class=""><br></div><div style="color: rgb(0, 0, 0); font-size: 19px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-style: normal; background-color: transparent;" class="">The bugs are</div><div style="color: rgb(0, 0, 0); font-size: 19px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-style: normal; background-color: transparent;" class=""><br></div><div style="color: rgb(0, 0, 0); font-size: 19px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-style: normal; background-color: transparent;" class="">- The grid  becomes incomplete.</div><div style="color:
 rgb(0, 0, 0); font-size: 19px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-style: normal; background-color: transparent;" class="">- The attached plot has arrows (that should not) whenever I use arrows for the psgraph.</div><div style="color: rgb(0, 0, 0); font-size: 19px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-style: normal; background-color: transparent;" class=""><br></div><div style="color: rgb(0, 0, 0); font-size: 19px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-style: normal; background-color: transparent;" class=""><br></div><div style="color: rgb(0, 0, 0); font-size: 19px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-style: normal; background-color: transparent;" class="">Thanks.</div></div></body></html>