[Matplotlib-users] NaN's when projecting via Basemap instance

2015-05-05 Thread Seb
o 1e30 in x and y. Is this a bug in my Debian sid python 2.7.9 version? Thanks, -- Seb -- One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with

Re: [Matplotlib-users] Stacking multiple plots the efficient way

2008-10-16 Thread Sébastien / Seb-bubuntu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Eric Firing wrote: > Sébastien / Seb-bubuntu wrote: [snip] > > I think a LineCollection may provide a very easy way to do what you > want, if I understand correctly. I recently changed mri_with_eeg.py to > use a LineCollection; maybe

[Matplotlib-users] Stacking multiple plots the efficient way

2008-10-16 Thread Sébastien / Seb-bubuntu
Hi folks, I have a few plots which I would like to stack in a single figure. When I first came with this problem (back to matplotlib version 0.93 or older), the most efficient way (at least in my case) of doing this consisted in playing with transformations as you can see in the cookbook (see: htt