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
hi, lets say i have equipment (from sample doc) with : {'id': 'SW1', 'top_label': 'CORE', 'bottom_label': '1,1,1,1'}
it will create a reacangular with equal spacing at top and bottom.
But if i only have one label, either top_label or bottom_label, it will create unequal spacing.
How to make spacing equal ?
thanks.
The text was updated successfully, but these errors were encountered:
After some trial, found some other way : set width and height of the box, using: diagram.add_node(node,width=xxx,height=yyy)
thanks author for the great tool.
Sorry, something went wrong.
No branches or pull requests
hi, lets say i have equipment (from sample doc) with :
{'id': 'SW1', 'top_label': 'CORE', 'bottom_label': '1,1,1,1'}
it will create a reacangular with equal spacing at top and bottom.
But if i only have one label, either top_label or bottom_label, it will create unequal spacing.
How to make spacing equal ?
thanks.
The text was updated successfully, but these errors were encountered: