Scilab Home Page | Wiki | Bug Tracker | Forge | Mailing List Archives | Scilab Online Help | ATOMS
File : Details
Login with GitLab

GnuSciPlot - gnuplot from scilab

graphic routines which use gnuplot for graphics output
(374 downloads for this version - 374 downloads for all versions)
Details
Version
1.0
Author
KD Liss
Maintainer
KD Liss
Category
License
Supported Scilab Version
5.5
Creation Date
July 23, 2016
Description
            gnuplot is a fantastic library to make plots on unix. here are some draft
routines to invoke gnuplot in the background process. you can try:

examples:

gNew(12);
gPlotSin1();
x=-10:10;y=x.^2;
gPlotXY([x' y' ]);

it is far from being perfect - please help!

KD            
Files (1)
[2.75 kB]
Source code archive

News (0)
Comments (0)
Leave a comment
You must register and log in before leaving a comment.
Login with GitLab
Email notifications
Send me email when this toolbox has changes, new files or a new release.
You must register and log in before setting up notifications.