We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0be1c17 commit 19b733eCopy full SHA for 19b733e
README.md
@@ -131,6 +131,15 @@ or with a
131
[gnuplot time format](http://gnuplot.sourceforge.net/docs_4.2/node274.html)
132
like `'%H:%M'`.
133
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
143
## LICENSE ###
144
145
MIT
0 commit comments