[Matplotlib-users] python3 and basemap bluemarble()

2014-10-17 Thread Tommy Carstensen
To matplotlib-users,

basemap bluemarble() requires PIL, which is not available for Python3.
What is the usual workaround, when using Python and wanting to do
bluemarble()?

Thanks,
Tommy

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] python3 and basemap bluemarble()

2014-10-17 Thread Paul Hobson
Tom,

I believe the pillow package is the actively maintained fork of PIL.
Could be wrong on that though.
-p

On Fri, Oct 17, 2014 at 4:27 AM, Tommy Carstensen 
tommy.carsten...@gmail.com wrote:

 To matplotlib-users,

 basemap bluemarble() requires PIL, which is not available for Python3.
 What is the usual workaround, when using Python and wanting to do
 bluemarble()?

 Thanks,
 Tommy


 --
 Comprehensive Server Monitoring with Site24x7.
 Monitor 10 servers for $9/Month.
 Get alerted through email, SMS, voice calls or mobile push notifications.
 Take corrective actions from your mobile device.
 http://p.sf.net/sfu/Zoho
 ___
 Matplotlib-users mailing list
 Matplotlib-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/matplotlib-users

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] python3 and basemap bluemarble()

2014-10-17 Thread Werner
On 10/17/2014 13:27, Tommy Carstensen wrote:
 To matplotlib-users,

 basemap bluemarble() requires PIL, which is not available for Python3.
Have you tried using pillow? https://pypi.python.org/pypi/Pillow/2.6.1

It might just a drop in replacement, but that depends on how bluemarble 
uses PIL.

http://pillow.readthedocs.org/porting-pil-to-pillow.html

Werner

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users