wxMaxima-developers / wxmaxima

A gui for the computer algebra system Maxima built with wxWidgets
https://wxMaxima-developers.github.io/wxmaxima/
Other
471 stars 98 forks source link

plot title on two or more lines #1742

Open rgirard70 opened 1 year ago

rgirard70 commented 1 year ago

In gnuplot one can write the title of a plot on two line by inserting "\n" at the change line location but appears that this does not work in wxMaxima. Is this the case? Thank for any help.

gunterkoenigsmann commented 1 year ago

That is a maxima bug: Maxima included code that automatically decides on where to break lines - without knowing about the image size or font. I believe in the Nightly Build that is either fixed or improved...

rgirard70 commented 1 year ago

Thanks Gunter for the information. I thought I was doing something wrong. Given this a bug in Maxima, I will limit the length of the plot title such that it holds in one line.

gunterkoenigsmann commented 1 year ago

Alternatively you can try to use a nightly build