Tagged in

Django

Display matplotlib image on HTML page using Django

A lot of times we use matplotlib to plot images and we would like to display them on a HTML page simply for rendering as PDF for download or just for display.

Fortunately this is possible for django backend, here is an example for plotting a horizontal barchart in HTML …

Updating an old site to Python 3.*, Django 2.*, Wagtail 2.*

0. Useful Links