Plot2Kill 0.02

dsimcha dsimcha at yahoo.com
Thu Jul 22 10:32:57 PDT 2010


== Quote from Rory Mcguire (rjmcguire at gm_no_ail.com)'s article
> What can the app currently do?
> What have you decided is app and what is lib?

The whole thing is a lib as opposed to an app.  It's just that it's designed to be
a very high level lib, and has a default plot window.  In other words, if you
don't feel like writing your own window to display the plot in, the lib contains
one with sane defaults for the relevant policies.  You can do something like:

auto myWindow = Histogram(someNumbers, 100).toFigure.getDefaultWindow;
myMainWindow.add(myWindow);
myWindow.showAll();


More information about the Digitalmars-d-announce mailing list