I want to return venn diagram in my html page using return render in flask
I have tried so many attempts but nothing works, each plot is possible to return using matplotlib but i did not find a way for venn diagram.
I want to return venn diagram in my html page using return render in flask
I have tried so many attempts but nothing works, each plot is possible to return using matplotlib but i did not find a way for venn diagram.
hi i think best way for this is you first save your diagram in backend as images file and return a link to that image in template
and also you can implement some logic for delete Image automatically