generate_from_frequencies does not use the stoplist

Author: terrycojonesCreated Mar 1, 2016Updated May 24, 2026
LabelsenhancementNeed Contributor

It feels wrong that `generate_from_frequencies` does not use the stoplist. Given that a stoplist can be passed to `__init__` you would expect it to be used. The fact that it's not means that people calling via that function need to do their own stoplist processing, while others (calling `generate_from_text`) can let `WordCloud` do it for them.