Gnuplot interface in ANSI C by Nicolas Devillard.
$ sudo apt-get update
$ sudo apt-get install gnuplot
$ mkdir build
$ cd build
$ cmake ..
$ make
- Configure Visual Studio Code to use the GCC C++ compiler (g++) and GDB debugger from mingw-w64: https://code.visualstudio.com/docs/cpp/config-mingw
- Install CMake Tools extension for VS Code.
Download and install the appropriate Windows 64bit binary self-installer from: https://sourceforge.net/projects/gnuplot/files/gnuplot/
- Create an empty directory in the workspace and rename it as
build. - Open the Command Palette (
Ctrl+Shift+P) and run the CMake: Configure command. - Open the Command Palette (
Ctrl+Shift+P) and run the CMake: Build command.