Have just started using wxWindows, and am looking for a simple but elegant 2-D grapher.
Looking at the screenshots, most charts have an x and y axis, but no bounding plot frame.
Is it possible to have a bounding plot frame with axis labels/ticks along the bottom and left edges of the plot frame?
Doug
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm not really sure of what is meant with "bounding plot frame", but to put the axes along the external limits, just set their alignment to left and bottom with the SetAlign function:
To create a rectangular bounding box, mpPolygon or mpInfoLayer can be used appropriately to obtain this effect, or just implement an mpLayer inherited class.
cdron77
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Have just started using wxWindows, and am looking for a simple but elegant 2-D grapher.
Looking at the screenshots, most charts have an x and y axis, but no bounding plot frame.
Is it possible to have a bounding plot frame with axis labels/ticks along the bottom and left edges of the plot frame?
Doug
I would also be interested in this. If any have found a solution, it would be gratly appreciate.
I'm not really sure of what is meant with "bounding plot frame", but to put the axes along the external limits, just set their alignment to left and bottom with the SetAlign function:
http://wxmathplot.sourceforge.net/docs/a00015.html#aa301098aec1bf7cb4d85e9e55c093e63
http://wxmathplot.sourceforge.net/docs/a00016.html#ae2a5cf7f3964022a2b8bec230e10833a
To create a rectangular bounding box, mpPolygon or mpInfoLayer can be used appropriately to obtain this effect, or just implement an mpLayer inherited class.
cdron77