-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Update colorbar tick names in sunpath gallery example #2097
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
@echedey-ls, @IoannisSifnaios, @RDaxini Hi GSoC students |
Great @AdamRJensen ! I will review in depth later. Handy links:
|
Let's add @PhilBrk8 to the whatsnew file:
EDIT: LGTM the code from a quick glance |
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.
Looks great! Just a few ideas from my side
@@ -128,8 +142,10 @@ | |||
label = date.strftime('%Y-%m-%d') |
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.
label = date.strftime('%Y-%m-%d') | |
label = date.strftime('%b %d$^{st}$') |
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 suggest you also do that in the previous figure
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 find it very annoying that I can't comment on lines that have not been changed... I guess this is a GitHub thing though! Anyway, maybe also modify the text to say that ".... The solid
colored lines show the...."
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.
Thanks for the notification @AdamRJensen .
Mostly looks fine to me but two things I noticed:
- Could we switch to 24hr format for the times in the docs? As opposed to writing AM/PM. Not sure if there is a preference for pvlib docs but I think it would be a more standard way to write the times, easily understood, and also be consistent with the times 06--19 on the figure already.
- Is it possible them to align the times on the figure so that they are all above the orange 2019-06-21 line, as 19 is?
@kandersolar I've addressed @RDaxini's review as well so this PR should be ready to merge. Might as well get it out of the way with the release of 0.11.0. |
The Whatsnew-file is what exactly?
|
Hey @PhilBrk8 !
It is the changelog, a set of files that summarize the changes made to each one of the past releases and the next one. They are the source file(s) to build the following page: https://pvlib-python.readthedocs.io/en/stable/whatsnew.html
You won't. We mention you in the contributors section. It's a way of encouraging and giving credit to contributors. You can find yourself listed on the previous link. Even though your PR wasn't merged, the original idea is still yours. Feel free to contribute whenever you can and want, you will be welcomed here! |
remote-data
) and Milestone are assigned to the Pull Request and linked Issue.