Tensor packages



>>>>> "Valery" == Valery Pipin <pip@iszf.irk.ru> writes:

    Valery> Viktor says that he already fixed it cvs. Yet another bug. The following did 

Oh, ok.  It does seem fixed because I get lowercase for everything.

    Valery> work for me two days ago.
    Valery> plot3d(float(aai[2](o,beta)),[o,0.01,10.],[beta,0.01,10.],[gnuplot_pm3d, 
    Valery> true],[gnuplot_preamble, "set pm3d at b"]);

    Valery> Now it complains about option "set pm3d at b". You can simply try 

Ah, ok.  Probably forgot to call print-invert-case or something in
plot3d.  The actual error is that gnuplot doesn't understand the
command "SET PM3D AT B".

Ray