8
¿Cómo puedo configurar el 'backend' en matplotlib en Python?
Soy nuevo usuario de matplotlib, mi plataforma es Ubuntu 10.04 Python 2.6.5 Este es mi codigo import matplotlib matplotlib.use('Agg') import matplotlib.pyplot as plt plt.plot([1,2,3]) El error es: /usr/local/lib/python2.6/dist-packages/matplotlib/backends/__init__.py:41: UserWarning: Your currently selected backend, 'agg' does not support show(). Please select a GUI backend in your matplotlibrc file ('/usr/local/lib/python2.6/dist-packages/matplotlib/mpl-data/matplotlibrc') or with …