Artifact e721f2076220eff5e106405687ddc1d6818e1bb37c7278d7faf2915125650e77:
- Executable file
r37/packages/plot/gnuplot.red
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 409) [annotate] [blame] [check-ins using] [more...]
- Executable file
r38/packages/plot/gnuplot.red
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 409) [annotate] [blame] [check-ins using]
module gnuplot; % REDUCE interface for gnuplot graphics. create!-package('(gnuplot gnuintfc gnupldrv),nil); global '(plotdta!* plotdta!*2 plotmax!* plotmin!* plotcmds!* plotcommand!* lispsystem!* plotdriver!*); plotdriver!*:='gnuplot; put('gnuplot,'do,'gp!-do); put('gnuplot,'option,'gp!-option); load_package plot; % Generic plot package. endmodule; end;