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
Describe the bug The last line/label in a node is not left-aligned.
Minimal working example
from transitions.extensions.diagrams import GraphMachine m = GraphMachine( states=[{"name": "initial", "on_enter": ["this is odd", "behavior", "see?"]}], show_state_attributes=True, ) m.get_graph().draw("out.png", prog="dot")
Expected behavior I expect the labels to be consistently left-aligned.
Additional context Using transitions version 0.8.10
The text was updated successfully, but these errors were encountered:
Add newline to graph's node labels
d602527
Fixes pytransitions#582
70b31a9
Fixes #582
this closes #582
b6fbae7
- adjust tests for left-aligned labels
02a686a
00c0ce6
aleneum
Successfully merging a pull request may close this issue.
Describe the bug
The last line/label in a node is not left-aligned.
Minimal working example
Expected behavior
I expect the labels to be consistently left-aligned.
Additional context
Using transitions version 0.8.10
The text was updated successfully, but these errors were encountered: