|
From: sfeam <sf...@us...> - 2015-11-28 10:24:49
|
On Friday, November 27, 2015 01:59:52 PM Allin Cottrell wrote: > In the first instance I'm just wondering if these issues are on > anyone's radar: > > * The tikz terminal doesn't respect the "mono" option; it produces > a color plot regardless. I am traveling and cannot test old versions of gnuplot, so I do not know if tikz mono used to work or not. I do see that "set mono" works fine for the tikz terminal, so that is available as an alternative. > > * The metapost terminal doesn't respect the "dashed" option; it uses > solid lines regardless. I do not think support for the new dashed line mechanism was ever added to the metapost terminal. > This is in both 5.0.1 and current CVS. The mp term did dashes OK in > gnuplot 4.6. Version 5 uses a different API for dashed lines. Terminals that do not support the new API are supposed to fall back to the old dashed line sequence via the generic routine null_dashtype(). I do not know why that is failing for the metapost terminal. I guess the first thing to check there is whether the fallback mechanism is failing for all the old un-converted terminals or whether it is specific to mp. > If nobody's working on these points I can try to come up with patches. |