X Tutup
Skip to content

BUG: set_tick_params labelcolor should apply to offset #6440

@astrofrog

Description

@astrofrog

The following example:

import matplotlib.pyplot as plt

fig = plt.figure()
ax = fig.add_subplot(1,1,1)
ax.plot([1.01e9,1.02e9,1.03e9])
ax.yaxis.set_tick_params(labelcolor='red')
fig.savefig('test.png')

produces the following output:

test

The offset label should likely be set by the labelcolor option too.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Difficulty: Easyhttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issues

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      X Tutup