Exemple #1
0
 static void Main(string[] args)
 {
     GnuPlot.Plot("sin(x) + 2");
     GnuPlot.Write("move");
     Console.ReadLine();
 }