if (width < SMALL_PIC || height < SMALL_PIC) {
domain.setTickLabelsVisible(false);
range.setTickLabelsVisible(false);
}
XYPlot plot = new XYPlot(serieses, domain, range, new XYLineAndShapeRenderer(true, false));
JFreeChart chart = new JFreeChart(plot);
chart.removeLegend();
if (width < SMALL_PIC || height < SMALL_PIC) {
} else {