Knowing that this is a question, 100times asked, but no solution helps me.
Trying to make a simple plot:
import matplotlib.pyplot as p
p.plot(range(20), range(20))
p.show()
I used several backends in ~/.matplotlib/matplotlibrc, such as GTK, GTKAgg, Qt4Agg, gdk, agg, svg, kairo,...), by adding the line
backend: <backend>
But nothing happens when I try to plot. No error message, simply nothing. I used both the standard console python2.7 and the IPython console.
I'm using CentOS with Gnome Desktop. Matplotlib is 1.2.0.
Do you have any ideas?
NOTE: I realized that it is a problem only as non-root user.