chart.colormap(colormap.get_colormap()).redrawImage();
chart.aspect_ratio().update();
chart.dims({xmax: }).update(); // new xmax for 2d plot object
chart.show_grid(); // grid off/on
chart.ztransform().update(); // do we like linear or sqrt color scale better?