== Quote from Rory Mcguire (rjmcgu...@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();

Reply via email to