ianfr / adsl-cpp

A Data Science Library for C++
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Switch from Gnuplot to something else #13

Closed ianfr closed 3 years ago

ianfr commented 3 years ago

No need to reinvent the wheel for something like making plots - manually calling Gnuplot is inconvenient and the plots render a little strangely.

So, switch to use something that can be installed with vcpkg like https://github.com/lava/matplotlib-cpp or maybe https://github.com/sciplot/sciplot

ianfr commented 3 years ago

after switching to linux, gnuplot works beautifully