live editor for gnuplot when one is too lazy to switch windows
clone repository
npm install
npm run electron-dev (for development)
clone repository
npm install
npm run build
copy electron.js from src into build (yet to find a neat way to omit this step)
npm run electron-pack
- install gnuplot
- point to
gnuplot.exeinconfigarea - open
.pltfile or type gnuplot code in editor - use
- Monitor data files for changes to automatically update plot by adding "
#@watch" comment to gnuplot file e.g.#@watch 'myplotdata.dat'