[Answer]-To use charts in app (created using Django) created using pylab in the HTML file

1👍

You need to use the FigureCanvasAgg backend and return a HttpResponse. See for instance:

[Django with Matplotlib][1]

How to use Matplotlib in Django?

Leave a comment