Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/gnuplot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Arulkumaran <Kaixhin@users.noreply.github.com>2016-11-10 17:04:46 +0300
committerGitHub <noreply@github.com>2016-11-10 17:04:46 +0300
commitd022a92c5b02ff9277ec6355a2e5e7e5d6469e32 (patch)
tree7f9de63cd4b0031b2f9aa29a0e8de09a905fc6f3
parentdd56a75911f73c15d063ef5de7e067fb6bf6aaf2 (diff)
Add gnuplot.close() to documentation
Closes #15
-rw-r--r--doc/file.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/file.md b/doc/file.md
index 3fe6a1d..30c06ad 100644
--- a/doc/file.md
+++ b/doc/file.md
@@ -52,5 +52,10 @@ allows, `pdf` files are also supported.
<a name="gnuplot.plotflush"></a>
### gnuplot.plotflush([n]) ###
-This command sends `unset output` to underlying gnuplot. Usefull for
+This command sends `unset output` to underlying gnuplot. Useful for
flushing file based terminals.
+
+<a name="gnuplot.close"></a>
+### gnuplot.close() ###
+
+Closes open file handles. Prevents too many handles staying open if creating lots of plots.