Dear Sir:
I saw a pretty amazing plot in the wxMathPlot homepage and in the screenshot. And I also saw the link to "http://www.samplesw.com/", however I did not see any sample code for that amazing plot. I would like to ask that does anybody know where the sample code of "wxMathPlot used to plot gasdynamic simulator data", "Data file viewer based on wxMathPlot", can be found to dig the wxMathPlot deep? Or I have to learn the wxMathPlot for more detail to create such a plot?
Any of your comments is appreciate.
Sincerely,
/minicore2
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well, the gasdynamic data plots has been created with a wxMathPlot-based project which plots data loaded from CSV (Comma Separated Values) files. This is my personal project and I plan to publish it soon (as you can see, samplesw.com site is work in progress). That screenshot is there to show the capabilites of wxMathPlot. Anyway, it's easy to create something similar, all you need is wxMathPlot (and some data, of course). In the project sources you get also three code samples, which briefly explain the usage of wxMathPlot: to plot sampled data you can use mpFXYVector class, or derive from mpFX or from mpLayer and overload just a couple of methods.
cdron77
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Dear Sir:
I saw a pretty amazing plot in the wxMathPlot homepage and in the screenshot. And I also saw the link to "http://www.samplesw.com/", however I did not see any sample code for that amazing plot. I would like to ask that does anybody know where the sample code of "wxMathPlot used to plot gasdynamic simulator data", "Data file viewer based on wxMathPlot", can be found to dig the wxMathPlot deep? Or I have to learn the wxMathPlot for more detail to create such a plot?
Any of your comments is appreciate.
Sincerely,
/minicore2
Well, the gasdynamic data plots has been created with a wxMathPlot-based project which plots data loaded from CSV (Comma Separated Values) files. This is my personal project and I plan to publish it soon (as you can see, samplesw.com site is work in progress). That screenshot is there to show the capabilites of wxMathPlot. Anyway, it's easy to create something similar, all you need is wxMathPlot (and some data, of course). In the project sources you get also three code samples, which briefly explain the usage of wxMathPlot: to plot sampled data you can use mpFXYVector class, or derive from mpFX or from mpLayer and overload just a couple of methods.
cdron77
Thank you very much. I will check what you said first. And honestly, this project is really amazaing.