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

1

5

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?

Tamarra answered 18/9, 2016 at 12:50 Comment(0)
P
8
wxplot2d(sin(x),[x,0,2*%pi]),wxplot_size=[1024,768];
Portingale answered 30/10, 2016 at 15:40 Comment(3)
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.