diff options
author | Thomas Bushnell, BSG <tb@debian.org> | 2006-04-26 23:08:39 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:34 -0800 |
commit | 0aec178b52e42086df31cc52558bba0ef22b8439 (patch) | |
tree | 6e58dcbfcaf56e5d6595f5d6fb7e83810bf8d760 /grapheps.txi | |
parent | ff9cb66fee88a090869a2fb452ad49d858fe3b0c (diff) | |
parent | 237c6e380aebdcbc70bd1c9ecf7d3f6effca2752 (diff) | |
download | slib-0aec178b52e42086df31cc52558bba0ef22b8439.tar.gz slib-0aec178b52e42086df31cc52558bba0ef22b8439.zip |
Import Debian changes 3a3-1debian/3a3-1
slib (3a3-1) unstable; urgency=low
* New upstream release. Change to guile.init for module correctness
(from 3a2-5) is now in upstream. We'll drop the path-search
misfeature at this point, and stick to upstream's version, unless this
causes actual difficulties.
* Makefile: Repeat $(htmldir)slib_toc.html changes from 3a2-1.
* debian/postinst: Fix typos in comments. (Closes: #337571)
Diffstat (limited to 'grapheps.txi')
-rw-r--r-- | grapheps.txi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/grapheps.txi b/grapheps.txi index b0acc81..afa5ede 100644 --- a/grapheps.txi +++ b/grapheps.txi @@ -391,6 +391,11 @@ encapsulated PostScript graph of the function of one argument @var{func} over the range @var{x1} to @var{x2}. If the optional integer argument @var{npts} is supplied, it specifies the number of points to evaluate @var{func} at. +@defunx x1 x2 npts func1 func2 ... +Creates and displays an encapsulated PostScript graph of the +one-argument functions @var{func1}, @var{func2}, ... over the range +@var{x1} to @var{x2} at @var{npts} points. + @defunx plot coords x-label y-label @var{coords} is a list or vector of coordinates, lists of x and y coordinates. @var{x-label} and @var{y-label} are strings with which |