|
From: Sourav K. M. <sou...@gm...> - 2010-02-02 05:26:34
|
On Mon, 2010-02-01 at 15:23 -1000, Eric Firing wrote:
> Alternatively, and more simply, why make the transparent regions in the
> first place?
>
> cs = contourf(rand(10,10), [0.5, 0.7], colors=('b'))
>
> Here we specify a single pair of limits between which the color will be
> blue.
Well, that's embarrassing -- if I had read the documentation more
carefully, I would have realized that the levels spec "V" means
different things for "contour" and "contourf".
Thank you again! :)
Regards,
Sourav
|