What do it mean $[[1]]$ in the following command?
Graphics[...][[1]]
How about the following command?
Graphics3D[...]/. {x_?AtomQ, y_?AtomQ} :> {x, y, -10}
What do it mean $[[1]]$ in the following command?
Graphics[...][[1]]
How about the following command?
Graphics3D[...]/. {x_?AtomQ, y_?AtomQ} :> {x, y, -10}
Part,ReplaceAlland friends. And compareGraphics[Disk[], PlotRange -> 5] // InputFormwithGraphics[Disk[], PlotRange -> 5][[1]] // InputForm. – Kuba Mar 09 '15 at 19:16tutorial/Introduction-Patternsin documentation – Kuba Mar 09 '15 at 19:32