We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd56a75 + d022a92 commit 1badc6aCopy full SHA for 1badc6a
doc/file.md
@@ -52,5 +52,10 @@ allows, `pdf` files are also supported.
52
<a name="gnuplot.plotflush"></a>
53
### gnuplot.plotflush([n]) ###
54
55
-This command sends `unset output` to underlying gnuplot. Usefull for
+This command sends `unset output` to underlying gnuplot. Useful for
56
flushing file based terminals.
57
+
58
+<a name="gnuplot.close"></a>
59
+### gnuplot.close() ###
60
61
+Closes open file handles. Prevents too many handles staying open if creating lots of plots.
0 commit comments