private PlotNode buildNode(String labelText, double x, double y, boolean inlined, boolean compiled)
{
Text text = new Text(labelText);
text.snapshot(null, null);
double textWidth = text.getLayoutBounds().getWidth();
double textHeight = text.getLayoutBounds().getHeight();
double rectWidth = textWidth + 20;