Re: image rendering on the template

2013-07-18 Thread John
I don't use the web version; I use the mailing list, so don't have a link to send. My message was sent at Date: Tue, 09 Jul 2013 15:58:45 +0100 and entitled Re: django graphics. John On 15/07/13 17:20, sahitya pavurala wrote: > Hi john , > > > I searched for what you told me, but I could not fin

Re: image rendering on the template

2013-07-15 Thread sahitya pavurala
Hi john , I searched for what you told me, but I could not find any . Could you provide a link for that . Thanks On Saturday, July 13, 2013 10:14:34 AM UTC-4, John wrote: > > On 12/07/13 22:12, sahitya pavurala wrote: > > however if i directly return the value i get the image .But i need to

Re: image rendering on the template

2013-07-13 Thread John
On 12/07/13 22:12, sahitya pavurala wrote: > however if i directly return the value i get the image .But i need to > render the image to a different page . How can i do this ? -- I answered a question a few days ago that was very similar to this that would give you a route to take. Search in this l

Re: image rendering on the template

2013-07-12 Thread sahitya pavurala
however if i directly return the value i get the image .But i need to render the image to a different page . How can i do this ? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, s

image rendering on the template

2013-07-12 Thread sahitya pavurala
hi , here is my view for getting image : I am using a stringIO buffer for temporary storage of the image file and then rendering it to the html . def my_image(request): from matplotlib import pyplot as plt buffer = cStringIO.StringIO() width = 0.5 males = int(Mice.objects