Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Added smoke tests for Axes.errorbar in test_datetime.py #27185

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 4 commits into from
Oct 25, 2023

Conversation

0taj
Copy link
Contributor

@0taj 0taj commented Oct 25, 2023

PR summary

This PR adds a smoke test for Axes.errorbar in lib/matplotlib/tests/test_datetime.py. This PR closes one of the items listed in the issue #26864.
Smoke Test Plot:
error_bar

PR checklist

@dstansby dstansby added this to the v3.9.0 milestone Oct 25, 2023
@dstansby dstansby merged commit 4be931a into matplotlib:main Oct 25, 2023
mpl.rcParams["date.converter"] = "concise"
fig, (ax1, ax2, ax3, ax4) = plt.subplots(4, 1, layout="constrained")
limit = 7
start_date = datetime.datetime(2023, 1, 1)
Copy link

Choose a reason for hiding this comment

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

start_date seems unsed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants