Bug#898853: quick and dirty patch

2018-05-18 Thread besoa606
Using the rectangle background with $epslatex seems to hide the axis annotations and scales of the figure. I suppose that this is the reason why $eps, $epslatex and $epslatex_standalone were treated differently. Except that the two lines need to be deactivated. Using the lisp lines that you

Bug#898853: gnuplot.lisp

2018-05-17 Thread besoa606
Dear Gunther, The gnuplot.lisp file that I have (maxima 5.38.1-8) does not contain the lines above but instead at lines 3393-3396: (when (and (not *multiplot-is-active*) (not (member (get-option '$terminal) '($epslatex $epslatex_standalone

Bug#898853: Minimal test file for # 898853

2018-05-16 Thread besoa606
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/ /* [ Created with wxMaxima version 16.04.2 ] */ /* [wxMaxima: section start ] Bug in draw with terminal = epslatex_standalone [wxMaxima: section end ] */ /* [wxMaxima: comment start ] wxmaxima 16.04.2, draw does not generate the

Bug#898853: gnuplot.lisp with rectangle background

2018-05-18 Thread besoa606
After further reading, the problem may come from the way the gnuplot pslatex driver handles the layers of background texts/ vector graphics/ and foreground texts (cf. a "closed-won't fix" bug in gnuplot dating back to 2016. https:// sourceforge.net/p/gnuplot/bugs/1820/?page=0). Here is another