From: Gunter K. <gu...@pe...> - 2014-11-14 18:40:53
|
Did look at the gnuplot files generated by maxima that request the correct line style from gnuplot. Perhaps we should replace @code{line_type} indicates how lines are displayed; possible values are @code{solid} and @code{dots}, both available in all terminals, and @code{dashes}, @code{short_dashes}, @code{short_long_dashes}, @code{short_short_long_dashes}, and @code{dot_dash}, which are not available in @code{png}, @code{jpg}, and @code{gif} terminals. by @code{line_type} indicates how lines are displayed; possible values are @code{solid}, @code{dots} and (if supported by the selected terminal) @code{dashes}, @code{short_dashes}, @code{short_long_dashes}, @code{short_short_long_dashes}, and @code{dot_dash}. line_type indicates how lines are displayed; possible values are solid and dot on all terminals, and dashes, short_dashes, short_long_dashes, short_ short_long_dashes, and dot_dash, which will be effective only if supported by the selected terminal. in doc/info/draw.texi Kind regards, Gunter. On 14.11.2014 17:39, Mario Rodriguez wrote: > > El 14/11/14 a las 14:51, Gunter Königsmann escribió: >> >> I can reproduce this on my Linux and my windows box. Looks nearly >> like I have assigned the style the wrong number. Will look into it >> this evening. >> >> Kind regards, >> >> Gunter. >> >> > > Not all line patterns are supported by all terminals. Except when > working with white and black terminals, if possible, I'd suggest to > make use of colors in order to differentiate among curves. > > -- > Mario |