diff options
Diffstat (limited to 'math/py-gnuplot')
-rw-r--r-- | math/py-gnuplot/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-gnuplot/pkg-descr b/math/py-gnuplot/pkg-descr index bfe974dface5..624024d39069 100644 --- a/math/py-gnuplot/pkg-descr +++ b/math/py-gnuplot/pkg-descr @@ -8,7 +8,7 @@ Python makes it is easy to automate things, including to create crude Commands are communicated to gnuplot through a pipe and data either through the same pipe (as "inline" data) or through temporary files. It has been -written and tested on a unix computer. +written and tested on a Unix computer. This package has an object-oriented design that allows the user flexibility to set plot options and to run multiple gnuplot sessions simultaneously. If you |