minimaxir/stylecloud

Extra parameters to be passed directly into word_cloud

Ray-Eldath opened this issue · 0 comments

stylecloud is a great library! It really simplifies the mask-array-based approach of word_cloud when generate wordcloud constrained by a mask. But I want to get more control over the wordcloud it generate, e.g. I want to generate pure-horizontal wordcloud by set prefer_horizontal to 1, seems there's no way to pass this extra parameter into the constructor of WordCloud.

BTW, is there any way to shrink space between words?