mirror of
https://asciireactor.com/otho/psdlag-agn.git
synced 2024-11-22 19:25:07 +00:00
4 lines
72 B
Perl
4 lines
72 B
Perl
|
#!/usr/local/bin/perl
|
||
|
|
||
|
use PDL::Graphics::Gnuplot;
|
||
|
gplot( xvals(5)**2 );
|