开发者

Using Koolplot without creating a new window for graphing

开发者 https://www.devze.com 2023-04-11 15:47 出处:网络
I have been experimenting with the Koolplot plotting library. I have managed to set up the linking and includes so everything compiles nicely. I was wondering if it was possible to plot a graph within

I have been experimenting with the Koolplot plotting library. I have managed to set up the linking and includes so everything compiles nicely. I was wondering if it was possible to plot a graph within a current window. Whenever plot(x, y); is called, it creates a new pop-up window with the graph in it. I would like to have this graph be integrated into the current window instead of opening a new window just for the graph. For example I have a simple Win32 window and I would like the graph to be displayed on it.

I am using C++ Win32 API (not MFC or VC++) on Windows 7 with GNU Compiler. If th开发者_Python百科ere are any other graphing libraries that are better than Koolplot and that have an API that can be used, let me know. (I don't want a binary like gnuplot.exe that has to be called from my program.)

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号