c++ - Using Koolplot without creating a new window for graphing -
i have been experimenting koolplot plotting library. have managed set linking , includes compiles nicely. wondering if possible plot graph within current window. whenever plot(x, y);
called, creates new pop-up window graph in it. have graph integrated current window instead of opening new window graph. example have simple win32 window , graph displayed on it.
i using c++ win32 api (not mfc or vc++) on windows 7 gnu compiler. if there other graphing libraries better koolplot , have api can used, let me know. (i don't want binary gnuplot.exe has called program.)
Comments
Post a Comment