jimbarrett27 / wrdcld

A predictable, interpretable wordcloud library
GNU General Public License v3.0
2 stars 0 forks source link

Allow changing horizontal/vertical weights #16

Open naslundx opened 2 months ago

naslundx commented 2 months ago

Currently hard-coded to 0.9 vs 0.1:

option = random.choices(options, weights=(0.9, 0.1))[0]

This should maybe be an argument to the main func?