AbsoluteOptions[] return incorrect numerical value in 3D
- To: mathgroup at smc.vnet.net
- Subject: [mg84958] AbsoluteOptions[] return incorrect numerical value in 3D
- From: Szabolcs Horvát <szhorvat at gmail.com>
- Date: Mon, 21 Jan 2008 04:10:34 -0500 (EST)
AbsoluteOptions[] may return an incorrect numerical value for PlotRange
in 3D. Here's an example:
Graphics3D[Sphere[]]
AbsoluteOptions[%, PlotRange]
(* result is:
{PlotRange -> {{0., 1.}, {0., 1.}, {0., 1.}}} *)
Graphics3D[Sphere[],
PlotRange -> {{0.`, 1.`}, {0.`, 1.`}, {0.`, 1.`}}]
--
Szabolcs