As a user of MATLAB I use the 'plot' function a lot to display all kinds of
data in such as waveforms, transfer functions, etc. I have been looking for
plug-ins or classes that allow doing the same in REALbasic, with the same
ease of use. Since I was unsuccessful in finding anything that suits my
needs, I went ahead and implemented my own.

This project consists of a set of classes (figure, graph, trace) that allow
plotting data (XY) as easily as in MATLAB. Figure is a subclass of canvas.
Each figure can contain one or more graphs (plot areas with x and y axes and
a grid). Each graph can contain one or more traces (classes with x and y
data as arrays).

I haven't written any documentation yet, but the attached examples should be
sufficient to understand how to use the classes.

Any feedback and/or contributions will be appreciated.

The project archive can be found at the following URL:
http://opensource.the-meiers.org/

Thanks,
Roger


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to