MathGroup Archive 1992

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Ordering of graphics primitives

  • To: mathgroup at yoda.physics.unc.edu
  • Subject: Re: Ordering of graphics primitives
  • From: xinwei at jessica.stanford.edu
  • Date: Tue, 18 Aug 92 11:06:07 -0700

I executed Under Mma 2.0, NeXT 2.1:

pt=Map[Point[{#,#^2}]&,Table[Random[],{20}]];
ax=Line[{{1,0},{0,0},{0,1}}];
nm=Text["y = x^2",{0.2,0.9}];

{pt,ax,nm}//Graphics//Show

{nm,pt,ax}//Graphics//Show

and saw no difference.  In fact a diff of the postcript code yields only:

otter [11 ] xinwei> diff j1 j2
27a28
> [(y = x^2)] 0.21429 0.54446 0 0 Mshowa
56d56
< [(y = x^2)] 0.21429 0.54446 0 0 Mshowa



Sha Xin Wei
Stanford





  • Prev by Date: Numerical Derivatives
  • Next by Date: Ordering of graphics primitives (system)
  • Previous by thread: Ordering of graphics primitives
  • Next by thread: Beginner's Help File