Skip to content

Deleted "Our Favorite Recipes" section and moved the examples. #18323

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

Merged
merged 1 commit into from
Aug 24, 2020
Merged

Deleted "Our Favorite Recipes" section and moved the examples. #18323

merged 1 commit into from
Aug 24, 2020

Conversation

diegopetrola
Copy link
Contributor

@diegopetrola diegopetrola commented Aug 22, 2020

Closes #18300

First changes related to aforementioned PR.

  • Deleted the "Our Favorite Recipes" section in examples.
  • Moved the examples inside to more suited sections.
  • Deleted common_date_problems.py (see last checkbox for more info).

TO DO:

  • Move "Placing text boxes" to the section "Text, labels, and annotations"
  • Move "Centered Spine With Arrows" to the "Ticks and Spines" section
  • Move "Sharing Axis Limits and Views" to "Subplot, Axes and Figures" section
  • Move "Fill Between Alpha" to "Line, Bars and Markers" section
  • Deleted Common Date Problems, since it is almost identical to Date Tick Labels and made some small adjusts to the latter to compensate for the former's deletion.

@diegopetrola diegopetrola marked this pull request as draft August 22, 2020 05:39
@diegopetrola diegopetrola marked this pull request as ready for review August 22, 2020 07:07
- Adjusted linking problems due to filmes moved
- Updated date.py to give just a bit more info since common_date_problems.py was deleted
@tacaswell tacaswell added this to the v3.4.0 milestone Aug 24, 2020
# format the coords message box
ax.format_xdata = mdates.DateFormatter('%Y-%m-%d')
# Format the coords message box
ax.format_xdata = mdates.DateFormatter('%Y-%m')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Often when you are dragging the cursor around, you want to know exactly where something is. So why drop the day here?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll merge despite this - its not that important

@jklymak jklymak merged commit 7730016 into matplotlib:master Aug 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove the examples category "Our Favorite Recipies"
4 participants