<div dir="ltr"><div><div><div>Hi Stuart,<br><br></div>Thanks for fixing this. I figured it must have something to do with the yum update I did. <br><br></div>Regards,<br></div>-hk<br><br><div class="gmail_extra"><br><div class="gmail_quote">

On Wed, Jul 9, 2014 at 11:45 AM, Stuart Raeburn <span dir="ltr"><<a href="mailto:raeburn@msu.edu" target="_blank">raeburn@msu.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi Hon-Kie,<br>
<div class=""><br>
> A strange thing happen with gnuplot and xtics (running on 2.10.1). When<br>
> using the line below, the graph is not generated or printed.<br>
<br>
</div>If you have updated your server to LONCAPA-prerequisites rev 1.23 (for<br>
LON-CAPA 2.11.0) that will have updated gnuplot from rev 4.2 to rev 4.4.<br>
<br>
Unfortunately, a change between those two versions of gnuplot results<br>
in a gnuplot error when creating a plot in which either the xtics or<br>
ytics tags have been included, and location has been set to "axis",<br>
(for the case where you are running LON-CAPA 2.10.1 with gunplot 4.4).<br>
<br>
You can display the version of gnuplot you have using:<br>
<br>
gnuplot -V<br>
<br>
A change was made to <a href="http://lonplot.pm" target="_blank">lonplot.pm</a> (included in 2.11.0) to accommodate<br>
this gnuplot change.<br>
<br>
If you are running LON-CAPA 2.10.1, and the version of gnuplot<br>
installed is 4.4 or later, and you do not plan to update to 2.11.0<br>
immediately, then you should replace the version of <a href="http://lonplot.pm" target="_blank">lonplot.pm</a> (1.152)<br>
shipped with 2.10.1 with a modified version (1.152.6.1), which<br>
includes the patch for xtics/ytics location=axis support for gnuplot 4.4<br>
<br>
 From the command line, use the command (all one one line):<br>
<br>
wget -O /home/httpd/lib/perl/Apache/<a href="http://lonplot.pm" target="_blank">lonplot.pm</a><br>
'<a href="http://source.loncapa.org/cgi-bin/cvsweb.cgi/~checkout~/loncom/xml/lonplot.pm?rev=1.152.6.1;content-type=text/plain" target="_blank">http://source.loncapa.org/cgi-bin/cvsweb.cgi/~checkout~/loncom/xml/lonplot.pm?rev=1.152.6.1;content-type=text/plain</a>'<br>


<br>
then, depending on Linux distro:<br>
<br>
/etc/init.d/httpd reload      (CentOS, Scientific Linux, RedHat, Fedora)<br>
<br>
or<br>
<br>
/etc/init.d/apache2 reload  (Ubuntu, SLES, SuSE)<br>
<br>
<br>
Stuart Raeburn<br>
LON-CAPA Academic Consortium<br>
<div><div class="h5"><br>
<br>
Quoting "H. K. Ng" <<a href="mailto:hkng@fsu.edu">hkng@fsu.edu</a>>:<br>
<br>
> Hi,<br>
><br>
> A strange thing happen with gnuplot and xtics (running on 2.10.1). When<br>
> using the line below, the graph is not generated or printed. On the web it<br>
> says "dynamically generated ..." but no graphics and when printing, it<br>
> complains about "Cannot determine the size of graphics ..." presumably<br>
> because the eps was not generated.<br>
><br>
> <xtics minorfreq="1" location="axis" mirror="off" end="16" increment="2"<br>
> start="0" /><br>
><br>
> However, if I use the following line (location of tics changed to border),<br>
> it displays on the web and print just fine.<br>
><br>
> <xtics minorfreq="1" location="border" mirror="off" end="16" increment="2"<br>
> start="0" /><br>
><br>
> I tried to look for error messages but could not locate any. Any clue what<br>
> is causing this? The problems display properly - it happen in the last<br>
> couple of days.<br>
><br>
> Thanks,<br>
> -hk<br>
<br>
</div></div>_______________________________________________<br>
LON-CAPA-admin mailing list<br>
<a href="mailto:LON-CAPA-admin@mail.lon-capa.org">LON-CAPA-admin@mail.lon-capa.org</a><br>
<a href="http://mail.lon-capa.org/mailman/listinfo/lon-capa-admin" target="_blank">http://mail.lon-capa.org/mailman/listinfo/lon-capa-admin</a><br>
<br>
<br>
</blockquote></div><br></div></div>