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
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
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
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
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
5 matches
Mail list logo