MathGroup Archive 2009

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

Search the Archive

Re: ListPointPlot3D not composable?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg97514] Re: ListPointPlot3D not composable?
  • From: Raffy <raffy at mac.com>
  • Date: Sat, 14 Mar 2009 05:42:54 -0500 (EST)
  • References: <gpdaam$jpn$1@smc.vnet.net>

1. Epilog is a 2D graphics space.

2. When in doubt, FullForm:

Graphics3D[q1] // FullForm === Graphics3D[Graphics3D[ ... ]]

Use: Show[q1]

"3D Epilog": Show[q1, Graphics3D[{Red, PointSize[0.5], Point[{6, 6,
50}]}]]


  • Prev by Date: Re: max. value in a plot?
  • Next by Date: Re: FullGraphics of Graphics3D
  • Previous by thread: ListPointPlot3D not composable?
  • Next by thread: Re: ListPointPlot3D not composable?