|
From: Daniel J S. <dan...@ie...> - 2005-06-29 17:01:17
|
Ethan Merritt wrote: > On Wednesday 29 June 2005 06:23 am, Timoth=E9e Lecomte wrote: >=20 >>I had to chose in which order things are drawn. Until now, I've decided= =20 >>to group things by categories : polygons, lines, text, fillboxes. And I= =20 >>draw polygons before lines, so lines appear over the pm3d plot, as if i= t=20 >>were transparent. However, I can change its behaviour to make things=20 >>drawn exactly in the order that gnuplot give. >=20 >=20 > I think it is important that objects are drawn in the order given by > gnuplot. Otherwise the "front" and "back" qualifiers lose their meanin= g, > and certain plot styles may be oddly rendered (e.g. candlesticks+fill;=20 > histograms+errorbars). The plot styles could, if necessary, be rewritte= n > to omit the occluded elements rather than over-writing them with a soli= d > fill, but to me it seems there is value in having the core code be > able to control the order of drawing. Agreed. This also makes one's life easier. That would still leave open = the possibility for altering the plot after the fact via something like t= kwidgets, but at the driver level maintain order. Dan |