texLabel txl = new scalaSci.math.plot.plotObjects.texLabel(latex, coordx, coordy);
currentPlot.addPlotable(txl);
}
public static void latexLabel(String latex, int size, double coordx, double coordy) {
texLabel txl = new scalaSci.math.plot.plotObjects.texLabel(latex, size, coordx, coordy);
currentPlot.addPlotable(txl);
}