Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I'm suggesting a change to enable the initialization of a figure with the option to hide months that have empty/NaN values.
I'm suggesting this change to the library for situations where it would be beneficial to hide empty dates. The images below show an example of this where, in this case, the NHL hockey season starts late in the year and ends a third of the way through the next year. Lots of dates are empty which makes much of what is rendered unnecessary.
In my fork, I changed the necessary .py files. And I tried giving my fork an alternative version number and changing anything regarding the repository's requirements. (In date_extractors.py, I imported the calender library.)