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

Skip to content

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

Merged
dstansby merged 4 commits intomatplotlib:mainfrom
0taj:test_errorbar
Oct 25, 2023
Merged

Added smoke tests for Axes.errorbar in test_datetime.py#27185
dstansby merged 4 commits intomatplotlib:mainfrom
0taj:test_errorbar

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