Skip to content

Commit 19b733e

Browse files
committed
Description of options to exec
Added a nifty table with the options available for the gnuplot-executing process
1 parent 0be1c17 commit 19b733e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,15 @@ or with a
131131
[gnuplot time format](http://gnuplot.sourceforge.net/docs_4.2/node274.html)
132132
like `'%H:%M'`.
133133

134+
## Other options ##
135+
the options object might additionally contain the following:
136+
137+
option | description | example
138+
-------|-------------|---------
139+
exec | Specify options to the process executing gnuplot | `options.exec = { cwd : '/home/user/images' };`
140+
finish | Callback when gnuplot-process finishes | `options.finish = function(){ Console.log('hurray'); };`
141+
142+
134143
## LICENSE ###
135144

136145
MIT

0 commit comments

Comments
 (0)