viewport = plot.svgElement(SVGConstants.SVG_SVG_TAG);
plot.getRoot().appendChild(viewport);
updateSize();
try {
StyleLibrary style = new PropertiesBasedStyleLibrary();
SVGSimpleLinearAxis.drawAxis(plot, viewport, this.s, 0.0, StyleLibrary.SCALE, 0.0, 0.0, true, false, style);
}
catch(CSSNamingConflict e) {
LoggingUtil.exception(e);
}