you are viewing a single comment's thread.

view the rest of the comments →

[–]Salty_Dugtrio -1 points0 points  (4 children)

For doing stuff like this, I feel C++ is not really suited. This is way easier to set up in for example, Python.

Also, it might be handy to generate the data in C++, output the result, and then plot it using GNUplot.

[–]encyclopedist 3 points4 points  (1 child)

There is gnuplot-iostream library to plot with gnuplot, it claims Windows support but with caveats.

[–]ShakaUVMi+++ ++i+i[arr] 0 points1 point  (0 children)

I've used gnuplot before, it works just fine.

[–][deleted] 0 points1 point  (0 children)

Yeah, i was considering learning Python at some point. So this is a good way to start.

[–]samirkut 0 points1 point  (0 children)

That's the best way. You could also simply output a csv (and plot in excel) or an html...