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 ...