GnuplotCSharp icon indicating copy to clipboard operation
GnuplotCSharp copied to clipboard

Make gnuplot graphs with C#, including by passing arrays (data) and using "hold on" to have several layers of graphs

Results 5 GnuplotCSharp issues
Sort by recently updated
recently updated
newest added

Added an option to add a string before the file in filename plots. Ie 'plot for[i=1:2] filename.dat Added a class to allow for easy plotting. Attempting to abstract some of...

Hello people: I want the graph that I got through GnuPlot.cs to get embedded in a Winform application,is there any way to achieve it?

In the Russian localization of the character ',' is a decimal separator, and when you call ToString.() method, the line turns like "0,01", and is not correct. The solution is...

The last few functions (e.g. SaveData) seems undocumented? On README file they are empty.