I'd like to set the size of a wxplot2d plot on a maxima worksheet to be smaller or larger than the default. How does one do this?
wxplot2d(sin(x),[x,0,2*%pi]),wxplot_size=[1024,768];