We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tags is not generated perfectly on my server. they are overlapped and incorrect position and size
Here is my simple code
from pytagcloud import create_tag_image, make_tags, LAYOUT_HORIZONTAL, LAYOUTS, LAYOUT_MIX, LAYOUT_VERTICAL, LAYOUT_MOST_HORIZONTAL, LAYOUT_MOST_VERTICAL from pytagcloud.lang.counter import get_tag_counts text = "abc sda 123 343 hello world asia innovation djaksdja daksjdaslkd alkdha djhasjkdahskjdahsd kjasdjkasd jkah dakj djfsdhf kjsfhd sdjfhs kjfshd k" tags = make_tags(get_tag_counts(text), maxsize=80, minsize=20) create_tag_image(tags, '/home/hoanghua/cloud_large.png', size=(900, 900), fontname='Lobster')
from pytagcloud import create_tag_image, make_tags, LAYOUT_HORIZONTAL, LAYOUTS, LAYOUT_MIX, LAYOUT_VERTICAL, LAYOUT_MOST_HORIZONTAL, LAYOUT_MOST_VERTICAL from pytagcloud.lang.counter import get_tag_counts
text = "abc sda 123 343 hello world asia innovation djaksdja daksjdaslkd alkdha djhasjkdahskjdahsd kjasdjkasd jkah dakj djfsdhf kjsfhd sdjfhs kjfshd k" tags = make_tags(get_tag_counts(text), maxsize=80, minsize=20) create_tag_image(tags, '/home/hoanghua/cloud_large.png', size=(900, 900), fontname='Lobster')
Please help me to find out the issue. Thanks in advance
The text was updated successfully, but these errors were encountered:
No branches or pull requests
tags is not generated perfectly on my server. they are overlapped and incorrect position and size
Here is my simple code
Please help me to find out the issue. Thanks in advance
The text was updated successfully, but these errors were encountered: