|
From: Ethan M. <merritt@u.washington.edu> - 2006-04-10 19:46:44
|
On Monday 10 April 2006 10:12 am, Petr Mikulik wrote:
> Daniel Sebald wrote:
> > Yes, that is an issue. I think it is because as far as layout, the border
> > lines probably come first and then other plot elements.
In 2D, plot_border() is always called at the beginning of the plot,
and is called again at the end of the plot if "set border front".
In 3D, draw_3d_graphbox() is called at the beginning of the plot,
but any later calls are under the control of 'set hidden3d' and
'set grid {front|back}'.
The setting of 'set border {front|back}' has no effect in 3D.
I don't know if that is a bug or if it is intentional.
Probably the 'set view map' case should follow the 2D behaviour
rather than the current 3D behaviour.
> If this is a case, then all border lines should consistently of the same
> width.
They are. The effect you are seeing may be due to the pm3d
rectangles not being centered with respect to the same original as
the line segments.
> Further, they don't respect the "front" flag.
See above.
--
Ethan A Merritt
Biomolecular Structure Center
University of Washington, Seattle WA
|