I'm comparing a set of tweets about a new fine implemented in London that is applied to heavily polluting vehicles. I want to compare how many tweets mention words related to traffic, and how many mention words related to pollution.
I'm using a venn diagram to do this, but ideally I'd like the overlapping circles to both be contained within a large circle representing the entire set of all tweets.
Here's an example of something I mean (sorry don;t have the reputation to post images yet)
(https://media1.britannica.com/eb-media/79/63279-004-ED30922B.gif)
I'm using matplotlib-venn currently.
many thanks.