diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-19 10:44:11 +0000 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-19 10:44:11 +0000 |
commit | 5b036c0ebac477c67c1025efeaca2a3cdca4ff0e (patch) | |
tree | 8c3238b7f0cbec2e9210d52f562960bb22323a7d /math/py-gnuplot/pkg-descr | |
parent | f5ce240a4dce2a7c5cc4733a1804776792a07181 (diff) | |
download | FreeBSD-ports-5b036c0ebac477c67c1025efeaca2a3cdca4ff0e.zip FreeBSD-ports-5b036c0ebac477c67c1025efeaca2a3cdca4ff0e.tar.gz |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket
Diffstat (limited to 'math/py-gnuplot/pkg-descr')
-rw-r--r-- | math/py-gnuplot/pkg-descr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/py-gnuplot/pkg-descr b/math/py-gnuplot/pkg-descr index 624024d..ace1472 100644 --- a/math/py-gnuplot/pkg-descr +++ b/math/py-gnuplot/pkg-descr @@ -4,7 +4,7 @@ from memory, data files, or mathematical functions. If you use Python to perform computations or as `glue' for numerical programs, you can use this package to plot data on the fly as they are computed. And the combination with Python makes it is easy to automate things, including to create crude -`animations' by plotting different datasets one after another. +`animations' by plotting different datasets one after another. 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 @@ -13,8 +13,8 @@ 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 are more ambitious, it is not difficult to add entirely new types of plottable -items by deriving from the `PlotItem' class. +items by deriving from the `PlotItem' class. -For a demonstration, run the python file by typing `python demo.py'. +For a demonstration, run the python file by typing `python demo.py'. WWW: http://gnuplot-py.sourceforge.net/ |