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?
How to set the size of a wxplot2d plot in a wxMaxima worksheet?
Asked Answered
wxplot2d(sin(x),[x,0,2*%pi]),wxplot_size=[1024,768];
looks like the axes font sizes are fixed. do you know how to rescale them? –
Tamarra
Add gnuplot preamble, something like this: wxplot2d(sin(x),[x,0,2*%pi],[gnuplot_preamble, "set font 'Arial,12';"),wxplot_size=[1024,768]; –
Portingale
Sorry, I mean
wxplot2d(sin(x),[x,0,2*%pi],[gnuplot_preamble, "set term pngcairo font 'Arial,12';"),wxplot_size=[1024,768];
–
Portingale © 2022 - 2024 — McMap. All rights reserved.