Hi,

    I am very new to django.  I am trying to use this library for my
graphs
http://www.gerd-tentler.de/tools/pygraphs/?page=introduction


In my Views.py

prev_score(request):
        graph = graphs.BarGraph('vBar')
        graph.values = [380, 150, 260, 310, 430]
        print graph.create()

In my Template  "score_compare.html"  in between the screen  I kept
below code where it need to display the graph.

                {{ prev_score }}

It not erroring out,  but the graph is not displaying.  Please help.

Thank you
Bhaskar

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to