-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Increasing the default X-axis spacing for flow plotting #2967
New issue
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
Conversation
Disclaimer: This review was made by a crew of AI Agents. Code Review Comment for PR #2967 -
|
@@ -140,7 +140,7 @@ def compute_positions( | |||
flow: Any, | |||
node_levels: Dict[str, int], | |||
y_spacing: float = 150, | |||
x_spacing: float = 150 | |||
x_spacing: float = 300 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
love when you contribute @mplachta
* Increasing the default X-axis spacing for flow plotting * removing unused imports
* Increasing the default X-axis spacing for flow plotting * removing unused imports
Before:

After:
