Skip to content

Commit 1badc6a

Browse files
authored
Merge pull request #36 from Kaixhin/master
Add gnuplot.close() to documentation
2 parents dd56a75 + d022a92 commit 1badc6a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/file.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,10 @@ allows, `pdf` files are also supported.
5252
<a name="gnuplot.plotflush"></a>
5353
### gnuplot.plotflush([n]) ###
5454

55-
This command sends `unset output` to underlying gnuplot. Usefull for
55+
This command sends `unset output` to underlying gnuplot. Useful for
5656
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

Comments
 (0)