fizzybreezy
2020-03-09 06:10:20 UTC
Hello,
I developed a VS Code extension to preview gnuplot figures when editing it and I want to share it with you to boost your work.
Here is the link : https://marketplace.visualstudio.com/items?itemName=fizzybreezy.gnuplot
And here is the source code : https://github.com/fizzybreezy/vscode-gnuplot
To active preview, just use command `gnuplot.view` or hotkey `ctrl(cmd) + alt +v` when editing gnuplot scripts ( *.gnuplot, *.gnu, *.plot, *.plt, *.gp ).The preview panel will auto refresh when you change your script and switch editor windows between scripts.
Enjoy this extension and welcome to help me improve it by post issues and pull request.
fizzybreezy
I developed a VS Code extension to preview gnuplot figures when editing it and I want to share it with you to boost your work.
Here is the link : https://marketplace.visualstudio.com/items?itemName=fizzybreezy.gnuplot
And here is the source code : https://github.com/fizzybreezy/vscode-gnuplot
To active preview, just use command `gnuplot.view` or hotkey `ctrl(cmd) + alt +v` when editing gnuplot scripts ( *.gnuplot, *.gnu, *.plot, *.plt, *.gp ).The preview panel will auto refresh when you change your script and switch editor windows between scripts.
Enjoy this extension and welcome to help me improve it by post issues and pull request.
fizzybreezy