-
Notifications
You must be signed in to change notification settings - Fork 42
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
NCL_axes_3.py #313
NCL_axes_3.py #313
Conversation
It is an extremely small detail, but I noticed that |
Co-authored-by: Michaela Sizemore <43652875+michaelavs@users.noreply.github.com>
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 looks good, but I noticed you're using a different comment style than previous examples, like on line 41:
##### Create plot with linear axes and full perimeter #####
.
Is there a reason that you've formatted them like this?
@anissa111 I did this to make it very clear when looking at the code when I'm making one subplot versus another. Let me know if you have a better way of making this distinction. It's purely for readability. |
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 understand why you've included the different comment style, but I think it should be altered to closer match the style of existing comments.
Do you think it would be okay to do something like
# Subplot (1, 1): Create plot with linear axes and full perimeter
would work?
I looked into modifying how the Sphinx RTD image scrapers work to allow for sectioning with the markdown sectioning, but it doesn't look very promising.
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.
Thank you for making that change!
Closes #310