Re: [Matplotlib-users] Render canvas object (figure) to html files(templates) in Django.

2013-01-17 Thread Benjamin Root
On Fri, Jan 11, 2013 at 6:14 AM, Navid Shaikh shaikhnavi...@gmail.comwrote: Hi all, I am using matplotlib with Django. I want to display figures processed in Django apps by matplotlib in browser using html5. I tried: *def plot_file(request):* *import matplotlib.cbook as cbook* *

[Matplotlib-users] Render canvas object (figure) to html files(templates) in Django.

2013-01-11 Thread Navid Shaikh
Hi all, I am using matplotlib with Django. I want to display figures processed in Django apps by matplotlib in browser using html5. I tried: *def plot_file(request):* *import matplotlib.cbook as cbook* *fig = figure()* *fname = cbook.get_sample_data('msft.csv', asfileobj=False)* *