If you only need to draw HTML charts, I would suggest to use jQPlot Le 6 juin 2012 09:06, "kenneth gonsalves" <[email protected]> a écrit :
> On Wed, 2012-06-06 at 12:26 +0530, Satvir Toor wrote: > > On Wed, Jun 6, 2012 at 10:47 AM, kenneth gonsalves > > <[email protected]> wrote: > > > > > any library that you ordinarily use in your html pages will work. > > What are the major uses of numpy and matplotlib libraries in django. > > django is just python - any python library can be used in a view > function to generate data/information which can be passed to a template. > You will have to use some js library to render this data in the html > page. There are lots of these libraries available - from your question > it looks like you are not aware of how django works - I suggest that you > do the official tutorial or take a look at how django works with > reportlab to create pdfs. > -- > regards > Kenneth Gonsalves > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

