Bug introduced in 10.0.0 and fixed in 10.0.2
I am trying to use AbsoluteOptions in V10 but I am getting the Out with some errors as see in this picture:

does anyone have same issue?
Bug introduced in 10.0.0 and fixed in 10.0.2
I am trying to use AbsoluteOptions in V10 but I am getting the Out with some errors as see in this picture:

does anyone have same issue?
Fixed in 10.0.2. On windows 7, 64 bit:


Plot[ Sin[x], {x,0,4}, PlotTheme -> "Scientific"]//AbsoluteOptions and see here
– gwr
Dec 12 '14 at 17:36
Graphics[Disk[], {Frame -> {{False, False}, {False, False}}, FrameTicks -> {{Automatic, Automatic}, {Automatic, Automatic}}}] // AbsoluteOptions. – Jacob Akkerboom Jul 10 '14 at 14:17