When I generate a map with a background generated via Basemap.bluemarble(),
the background is extremely dark. Is there any way to get a
lighter/brighter version? (I've looked at all of the available parameters,
but none of them seems to allow for adjustment of the luminance).
--
View this messa
==
Announcing EuroScipy 2010
==
---
The 3rd European meeting on Python in Science
---
**Paris, Ecole Normale Supérieure, July 8-11 2010**
We are happy t
Hi,
You'll have to use ax.w_yaxis.set_yscale('log'), which should work fine.
Hope this helps,
Reinier
On Tue, Dec 8, 2009 at 5:11 PM, Trevor Irons wrote:
> Hi:
>
> I'm trying to get a semilog 3D plot. I want to plot several 2D time series
> lines, with the third axis being on a log scale. I am