For example, what is a code for plotting y = x so that y- and x-axis have the same scale ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Maxima, by default, uses gnuplot to produce 2d graphics.
If you’re using this default, then you need to set the
gnuplot_preamble, e.g.Note the
-1means that gnuplot tries to set the scales so that the unit has the same length on both axes, while+1sets the aspect ratio ignoring the axis scales.To make this the default, type
If you want to find out more about the gnuplot size options, run
gnuplotfrom your terminal and typehelp set sizeinto the console.n.b. Most basic questions you can have about Maxima can be found somewhere in their mailing list archive: http://maxima.sourceforge.net/maximalist.html