I want to draw a graph in my Django-based site, to look like these one:
How can I do this?
When building applications using Django, you may need to present data visualizations using graphs and charts. Matplotlib is one of the popular Python libraries that lets you achieve this functionality. In this article, we are going to create a sample Django application that uses Matplotlib to visualize data.
django-matplotlib 0.1Django_matplotlib is a reusable Django app for embedding matplotlib figures into Django driven websites. It can be easily integrated with Django admin app and used in templates via forms.
Try one of these Django apps:
Also, see answers to this SO question
Try django-chartit (licensed BSD 2-clause)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With