correct Plotting.info!



Please correct
the maxima help file about gnuplot options.

%%%%%%%%%%%%%
diff Plotting.texi Plotting.texi.old
471,473c471
< [gnuplot_curve_titles, ["title 'my first function'", "title 'my second 
function'"]]
< or
< [gnuplot_curve_titles, ["ti 'my first function'", "ti 'my second 
function'"]]
---
> [gnuplot_curve_titles, ["my first function", "my second function"]]
%%%%%%%%%%%%%%%%

Below the complete example of my gnuplot output to ps file which I will
isert in the paper. Hope it will be usefull for somebody.

rgds,
Valery
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
f[6](em,o):=(3*(4*o^2+1)*(4*(127*em-15)*o^2+27*em-43)*atan(2*o)
  -2*o*(4*o^2*(128*(6*em+5)*o^2+435*em-131)+81*em-129))/(6144*o^5*(4*o^2+1));
f[8](em,o):=(3*(4*o^2+1)*(2*em*(2*o^2-1)+1)*atan(2*o)
  -2*o*(4*o^2*(8*(em+1)*o^2-em+2)-6*em+3))/(96*o^5*(4*o^2+1));
plot2d([f[6](1,o),f[8](1,o),1/4/o^2*(1-atan(2*o)/(2*o)),
  -1/4/o^4*(1-4*o^2/3/(1+o^2)^2-(1-o^2)*atan(o)/o)],[o,0.1,10],
  [gnuplot_preamble, "set key bottom; set log x;set key spacing 1.6;
  set term postscript enhanced monochrome dashed dashlength 2 linewidth 2;
  set style line 1 lt 1 lw 2;
  set style line 2 lt 2 lw 2;
  set style line 3 lt 3 lw 2;
  set style line 4 lt 6 lw 2;
  set output 'f1.ps';
  set xlabel 'FIELD STRENGTH,  [{/Symbol=18 b}]';
  set ylabel '{/Symbol=20 a}-QUENCHING'"],
  [gnuplot_curve_styles, ["w l ls 1","w l ls 2","w l ls 3","w l ls 4"]],
[gnuplot_curve_titles, ["title '{/Symbol=18 j}@^{(a)}_6 ({/Symbol=16 e}=1)'",
"title '{/Symbol=18 j}@^{(a)}_8 ({/Symbol=16 e}=1)'",
"ti '{/Symbol=18 j}@^{(h)}_1'",
 "title 'RK1993'"]]);
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%