Skip to content

BUG: ax.tick_params change in tick length does not adjust tick labels #7114

Closed
@efiring

Description

@efiring

The problem was found by @QuLogic in #7113.

import matplotlib.pyplot as plt
fig, ax = plt.subplots()
ax.tick_params(length=20)
plt.show()

Metadata

Metadata

Assignees

Labels

Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.status: confirmed bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions