MathGroup Archive 2008

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

Search the Archive

Point is not a Graphics primitive?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg85177] Point is not a Graphics primitive?
  • From: "Kevin J. McCann" <Kevin.McCann at umbc.edu>
  • Date: Thu, 31 Jan 2008 00:48:16 -0500 (EST)
  • Organization: University System of Maryland

The following gives me an error. I would have thought that Point was a 
Graphics primitive, but vers 6 says no. Any help would be appreciated. 
BTW a 2D equivalent works fine.
Plot3D[Sin[x y], {x, -2, 2}, {y, -2, 2},
  Epilog -> {Red, AbsolutePointSize[7], Point[{0, 0, 0}]}]

Kevin

-- 

Kevin J. McCann
Research Associate Professor
JCET/Physics
Physics Building
University of Maryland, Baltimore County
1000 Hilltop Circle
Baltimore, MD 21250


  • Prev by Date: Re: Legend option for ListPlot
  • Next by Date: Specifiying finiteness condition using NDSolve
  • Previous by thread: Re: Strange behaviour of Solve without VerifySolutions
  • Next by thread: Re: Point is not a Graphics primitive?