mammothb / vscode-gnuplot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

plot the script through gnuplot

kookma opened this issue · comments

Is there any capability to load or send the script file to gnuplot?
I mean the feature to run the script file from VS code.

commented

Sorry, there are no plans for that feature for now since this extension was intended to be a simple syntax highlighter only.

If you want to run gnuplot scripts using VS code, I recommend using the Code Runner extension and adding a custom entry to code-runner.executorMap such as "gnuplot": "gnuplot $filename" to run the gnuplot script. Hope that helps.

Many thanks!
By the way, the list of keywords, autocomplete seems incomplete!
For example "set xlabel ...

commented

I'll look into adding more snippets. I'll close this for now and leave the other one open