wxmathplot

How to build wxmathPlot for win32?

半世苍凉 提交于 2019-12-25 07:05:15
问题 I downloaded the latest wxmathplot but the readme is a bit sparse with instructions on how to build on win32 platform. Has anyone used this library for win32? Can someone point me to the docs or give some hints/advice on how to build for win32 targets. We'll eventually use this for cross platform stuff, for now it is just win32 until we port our other code. I presume I have to use CMake, but have not used it before and it is not obvious to me how to build this all - I have already installed

How to use Mathplot in wxSmith(Code::Blocks) and wxWidgets

﹥>﹥吖頭↗ 提交于 2019-12-25 04:38:18
问题 I am using wxSmith in Code::Blocks for a GUI application. Everything is alright for creating basic wxWidgets components but I need to plot something within. Thus, I have downloaded MathPlot, and copied both mathplot.h and mathplot.cpp to my project folder. There is this category 'mathplot' at the wxSmith's palette (at the bottom of the editor). I have selected the 'mpWindow' component, and added #include "mathplot.h" to my main.h file for parameters declaration etc. My problem here is I am

How can I make “real-time” plots with wxMathPlot?

北慕城南 提交于 2019-12-21 05:47:13
问题 I am thinking of using wxMathPlot for plotting/graphing some data that arrives continuously. I want to draw "Real-time" plot/graph using it. Is that possible? I.E. I don't want just a static graph of a one-time read of a file - I want the streaming data plotted and continued out to the right of the graph - (and let the left side fall off/scroll out of view) EDIT I still have not gotten an answer for this. There is an interesting class in the wxmathPlot library called mpFXYVector but that