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:
Diffstat (limited to 'doc/file.md')
-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.