|
From: <HBB...@t-...> - 2007-02-17 19:45:48
|
Mojca Miklavec wrote: > I'm not sure if this is a bug or my misunderstanding of how "lc" is > supposed to work. > I get different colors of lines on the first and the second plot. (The > second plot uses colors from a palette rather than from linetype). This is an interaction between 'lc' and hidden3d's default option state "offset 1". That option makes hidden3d mode use different linetypes for the front and back side of a surface. Which means that the back side colour cannot be controlled by 'lc'. OTOH: if you didn't want a change of colours, why use 'lc'? |