You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interesting question! I think fixed value makes more sense... otherwise I'm wondering if we end up with either a) effectively 0 margin around the small words or b) too much padding for large words meaning no space in between the letters
I had imagined that the padding would basically work by not putting the word within some number of pixels of the edge of the available rectangle, which wouldn't be an issue for the larger words, but you're probably right for smaller words getting squeezed together. Let's try fixed and see how it looks
There is a padding value to make_word_cloud but it is not used. This should be used when filling text in rectangles.
The text was updated successfully, but these errors were encountered: