aa = ContourPlot[Cos[x] + Cos[y], {x, 0, 4 Pi}, {y, 0, 4 Pi}]
Options[aa]
{DisplayFunction -> Identity,
AspectRatio -> 1,
DisplayFunction :> Identity,
Frame -> True,
FrameTicks -> {{Automatic, Automatic}, {Automatic, Automatic}},
GridLinesStyle -> Directive[GrayLevel[0.5, 0.4]],
Method -> {"DefaultBoundaryStyle" -> Automatic},
PlotRange -> {{0, 4 \[Pi]}, {0, 4 \[Pi]}},
PlotRangeClipping -> True,
PlotRangePadding -> {{Scaled[0.02], Scaled[0.02]}, {Scaled[0.02],
Scaled[0.02]}}, Ticks -> {Automatic, Automatic}}
or...
`AbsoluteOptions[aa]`
{AlignmentPoint -> Center,
AspectRatio -> 1.,
Axes -> {False, False},
AxesLabel -> None,
AxesOrigin -> {0., 0.},
AxesStyle -> {None, None},
Background -> None,
BaselinePosition -> Automatic,
BaseStyle -> {},
ColorOutput -> Automatic,
ContentSelectable -> Automatic,
CoordinatesToolOptions -> Automatic,
DisplayFunction -> Identity,
Epilog -> {},
FormatType -> TraditionalForm,
Frame -> {True, True, True, True},
FrameLabel -> None,
FrameStyle -> {{GrayLevel[0.], AbsoluteThickness[0.25]},
{GrayLevel[0.], AbsoluteThickness[0.25]},
{GrayLevel[0.], AbsoluteThickness[0.25]},
{GrayLevel[0.], AbsoluteThickness[0.25]}},
FrameTicks -> {{}, {}, {}, {}},
FrameTicksStyle -> {},
GridLines -> {{}, {}},
GridLinesStyle -> Directive[GrayLevel[0.5, 0.4]],
ImageMargins -> 0.,
ImagePadding -> All,
ImageSize -> Automatic,
ImageSizeRaw -> Automatic,
LabelStyle -> {},
Method -> {"DefaultBoundaryStyle" -> Automatic},
PlotLabel -> None,
PlotRange -> {{0., 12.5664}, {0., 12.5664}},
PlotRangeClipping -> True,
PlotRangePadding -> {{Scaled[0.02], Scaled[0.02]}, {Scaled[0.02], Scaled[0.02]}},
PlotRegion -> Automatic,
PreserveImageOptions -> Automatic,
Prolog -> {},
RotateLabel -> True,
Ticks -> {{}, {}},
TicksStyle -> {}}
AbsoluteOptionsseems to be rather limited. It provides for instance thePlotRange, theViewPointand some other things, but notPlotPoints. – Karsten7 Sep 28 '15 at 18:16