PDL Graphics Gnuplot只读发布历史
PDL::Graphics::Gnuplot-基于Gnuplot的PDL绘图
这是一个基于Gnuplot的PDL绘图模块,存储了CPAN上PDL::Graphics::Gnuplot模块的发布历史记录。可以通过CPAN安装此模块。
使用示例:
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'},with=>'xyerrorbars',legend=>'Parabola',$x**2*10,abs($x)/10);
下载地址
用户评论