I want to draw an ellipse and its centre point in the one command, like so:
\draw (1,0) [fill] circle (1mm) node[below]{$1$} ellipse (5 and 2);
I want the centre point filled but not the ellipse. Perhaps I could draw the ellipse first and then activate the [fill] option but is there a command like [nofill] to turn off filling before tikz draws the ellipse?

\pathcommand? – Mike Shulman Oct 7 '10 at 19:23