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