111112113114115116117118119120121
// plot's anchor is the axis origin ox+=13; oy-=22; if (isTimePlot){ res = new TimePlot(ox, oy, width, height); } else { res = new Plot(ox, oy, width, height); }