-
-
Notifications
You must be signed in to change notification settings - Fork 481
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
minor details in graph_plot #36162
minor details in graph_plot #36162
Conversation
Documentation preview for this PR (built with commit 24063e1; changes) is ready! 🎉 |
@@ -168,8 +168,7 @@ | |||
'Which graphviz layout program to use -- one of ' | |||
'"circo", "dot", "fdp", "neato", or "twopi".', | |||
'by_component': | |||
'Whether to do the spring layout by connected component -- a boolean.', | |||
} | |||
'Whether to do the spring layout by connected component -- a boolean.'} | |||
|
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.
I am not sure if this is an improvement. Is there a standard regarding this?
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.
this is fixing a pep8 warning issued by pycodestyle, but not one already activated in our linter
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.
OK, then. Thanks.
Otherwise, lgtm. |
just fixing a few little things in the modified file ### 📝 Checklist - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. URL: sagemath#36162 Reported by: Frédéric Chapoton Reviewer(s): Frédéric Chapoton, Kwankyu Lee
just fixing a few little things in the modified file ### 📝 Checklist - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. URL: sagemath#36162 Reported by: Frédéric Chapoton Reviewer(s): Frédéric Chapoton, Kwankyu Lee
just fixing a few little things in the modified file ### 📝 Checklist - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. URL: sagemath#36162 Reported by: Frédéric Chapoton Reviewer(s): Frédéric Chapoton, Kwankyu Lee
just fixing a few little things in the modified file
📝 Checklist