plot.setButtons(true);
// We put the plotter as a sub-effigy of the toplevel effigy,
// so that it closes when the model is closed.
Effigy effigy = Configuration.findEffigy(toplevel());
PlotEffigy schedulePlotterEffigy = new PlotEffigy(effigy,
container.uniqueName("schedulePlotterEffigy"));
schedulePlotterEffigy.setPlot(plot);
schedulePlotterEffigy.identifier.setExpression("TM Schedule");
configuration.createPrimaryTableau(schedulePlotterEffigy);
plot.setVisible(true);