line styles with hollow circles?

Stefan van der Walt <stefan@...841...> writes:

plot(x,y,'o',markerfacecolor='w')

This makes circles filled with white. If you want circles that don't
obscure whatever is behind them, use markerfacecolor=None.

···

--
Jouni

Jouni, Bill, thank you both for the warning / reminder. I guess Stefan's
snippet was merely meant as an example to stimulate my memory :-).Everybody
seeing such an example will start to tinker around and try several things -
as I did.

Cheers
Christian

···

On Friday 29 September 2006 07:50, Jouni K Seppanen wrote:

Stefan van der Walt <stefan@...841...> writes:
> plot(x,y,'o',markerfacecolor='w')

This makes circles filled with white. If you want circles that don't
obscure whatever is behind them, use markerfacecolor=None.