rtoy / maxima

A Clone of Maxima's repo
Other
0 stars 0 forks source link

Line styles with gnuplot 5.0 and plot #1478

Open rtoy opened 2 months ago

rtoy commented 2 months ago

Imported from SourceForge on 2024-07-04 17:01:50 Created by peterpall on 2015-07-04 07:27:40 Original: https://sourceforge.net/p/maxima/bugs/2990


To make linestyles work with gnuplot versions => 5.0 the following lines have to be added to the preamble:

if(GPVAL_VERSION >= 5.0){set for [i=1:8] linetype i dashtype i}

Did already add a patch for draw - but plot is much more complex.

Kind regards,

   Gunter.
rtoy commented 2 months ago

Imported from SourceForge on 2024-07-04 17:01:51 Created by peterpall on 2015-11-05 19:07:06 Original: https://sourceforge.net/p/maxima/bugs/2990/#2bdd


Did commit the patch for draw to the repo. But plot still is more lisp magic than I am secure I am able to do.