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

Skip to content

Commit ff470cf

Browse files
tacaswelltimhoffm
andauthored
DOC: update comments and docstrings
Co-authored-by: Tim Hoffmann <[email protected]>
1 parent dd19976 commit ff470cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/matplotlib/tests/test_axes.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8903,8 +8903,11 @@ def test_axhvlinespan_interpolation():
89038903
@check_figures_equal(extensions=["png"])
89048904
@pytest.mark.parametrize("which", ("x", "y"))
89058905
def test_axes_clear_behavior(fig_ref, fig_test, which):
8906+
"""Test that the given tick params are not reset by ax.clear()."""
89068907
ax_test = fig_test.subplots()
89078908
ax_ref = fig_ref.subplots()
8909+
# the following tick params values are chosen to each create a visual difference
8910+
# from their defaults
89088911
target = {
89098912
"direction": "in",
89108913
"length": 10,

0 commit comments

Comments
 (0)