Search code examples
plotsymbolic-mathmaxima

How to set the size of a wxplot2d plot in a wxMaxima worksheet?


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?


Solution

  • wxplot2d(sin(x),[x,0,2*%pi]),wxplot_size=[1024,768];