Re: [web2py] Re: weired behaviour of matplotlib in web2py

2013-04-06 Thread Teddy Nyambe
Web2py - 2.4.2 Python - 2.7.3 Matplotlib - 1.1.0 Massimo could you post some sample code on how to use matplotlib in web2py as well. Teddy L. On Fri, Apr 5, 2013 at 11:27 PM, Massimo Di Pierro massimo.dipie...@gmail.com wrote: I have been using matplotlib and never seen this. What version

[web2py] Re: weired behaviour of matplotlib in web2py

2013-04-05 Thread Massimo Di Pierro
I have been using matplotlib and never seen this. What version of web2py/python/matplotlib? On Friday, 5 April 2013 05:06:23 UTC-5, software.ted wrote: I have this code: import matplotlib matplotlib.use('Agg') import matplotlib.pyplot as plt ## Graphs fig = plt.figure(1, figsize=(6,6))