Dear all,

I upgrade my matplotlib from 1.1.1 to 1.2.0 using the command:

sudo pip-python install --upgrade matplotlib

it completes successfully. However I tried to

import matplotlib.pyplot as plt, I get the error:

/usr/lib64/python2.7/site-packages/matplotlib/backends/backend_gdk.py in
<module>()
     27 from matplotlib.mathtext import MathTextParser
     28 from matplotlib.transforms import Affine2D
---> 29 from matplotlib.backends._backend_gdk import pixbuf_get_pixels_array
     30
     31 backend_version = "%d.%d.%d" % gtk.pygtk_version


in my ~/.matplotlib/matplotlibrc, I am using:
backend      : GTKAgg

So what backend should I choose? thanks for any help,

Chao

-- 
***********************************************************************************
Chao YUE
Laboratoire des Sciences du Climat et de l'Environnement (LSCE-IPSL)
UMR 1572 CEA-CNRS-UVSQ
Batiment 712 - Pe 119
91191 GIF Sur YVETTE Cedex
Tel: (33) 01 69 08 29 02; Fax:01.69.08.77.16
************************************************************************************
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Matplotlib-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to