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?
stylecloud is a great library! It really simplifies the mask-array-based approach of
word_cloudwhen 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 setprefer_horizontalto1, seems there's no way to pass this extra parameter into the constructor ofWordCloud.BTW, is there any way to shrink space between words?