It could be a very silly question!
Suppose we have the simple case
p1 = ListPlot[{{-0.4, -0.24}}, PlotStyle -> {GrayLevel[0.4], PointSize[0.09]}]; p2 = Graphics[{GrayLevel[0.4], Ellipsoid[{0.9, 0.6}, {3, 2}]}]; Show[{p1, p2}, PlotRange -> All, ImageSize -> 500] How can we control the size of the ellipse? I added ImageSize -> 10 but it does no have any affect...
Any ideas?



Show[Graphics[{GrayLevel[0.4], Ellipsoid[{0, 0}, {3, 2}]}], ImageSize -> 10]gives me a tiny ellipse $\endgroup$ImageSizedoes. You'd have to clarify that. $\endgroup$