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}]}]]