pdl> use PDL::Graphics::Gnuplot; pdl> $x = sequence(101) - 50; pdl> gplot($x**2); pdl> gplot($x**2,{xr=>[0,50]}); pdl> gplot( {title => 'Parabola with error bars ...
gnuplot is a freely available, command-driven graphical display tool for Unix. It compiles and works quite well on a number of Unix flavours as well as other operating systems. The following module ...
I am looking for a graphing/plotting program that is capable of making a 3D and/or contour plots. I usually use xmgrace, but it cannot handle 3D plots. <BR><BR>I have a file that contains a lot of x, ...