Skip to content

Instantly share code, notes, and snippets.

@kevinhikaruevans
Created March 7, 2014 16:49
Show Gist options
  • Save kevinhikaruevans/9415103 to your computer and use it in GitHub Desktop.
Save kevinhikaruevans/9415103 to your computer and use it in GitHub Desktop.
164c164
< gnuplot = exec('gnuplot > '+options.filename, (options.exec ? options.exec : {}), options.finish || post_gnuplot_processing);
---
> gnuplot = exec('gnuplot > '+options.filename, (options.exec ? options.exec : {}), post_gnuplot_processing);
166c166
< gnuplot = exec('gnuplot | ps2pdf - '+options.filename, (options.exec ? options.exec : {}), options.finish || post_gnuplot_processing);
---
> gnuplot = exec('gnuplot | ps2pdf - '+options.filename, (options.exec ? options.exec : {}), post_gnuplot_processing);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment