c# - Is there any way to incorporate gnuplot's charts into winform -


hi console application i've been using gnuplot draw charts. i'm creating gui application , in opinion gnuplot chart window opening outside of form ugly. wondering if there way somehow incorporate external gnuplot chart window winform

the primitive way of achieving make gnuplot output graph png file (via set output option) , loading winform once operation completes. you'll want system.diagnostics namespace launching gnuplot.


Comments