p.addRotation(0, 2, Math.PI / 180 * -10.);
p.addRotation(1, 2, Math.PI / 180 * 15.);
// Wanna try 4d? go ahead:
// p.addRotation(0, 3, Math.PI / 180 * -20.);
// p.addRotation(1, 3, Math.PI / 180 * 30.);
Projection2D proj = new AffineProjection(scales, p);
PlotItem it = new PlotItem(sizeh + .1, 0, sizeh, sizeh, proj);
it.visualizations = tasks;
master.subitems.add(it);
}
// Labels at bottom