I have been struggling a lot with matplotlib. Some solutions have already been given for my problem here - matplotlib does not show my drawings although I call pyplot.show()
I have tried all possible suggested backend however, code compiles with no errors for many backends. For some I get errors. I also tried with virtalenv but no luck with it too. Is there something I am missing.
Ubuntu 12.04 python 2.7.3
following is the output of running a sample graph file in verbose mode:
matplotlib version 1.2.1
verbose.level helpful
interactive is False
platform is linux2
Using fontManager instance from /home/ravi/.matplotlib/fontList.cache
backend agg version v2.2
I would really appreciate any suggestion or link to solutions. I have already tried all possible backends.