Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[MNT]: Only a subset of attributes set viaAxes.tick_params() are accessible via public methods and attributes #23603

Closed
@stefmolin

Description

@stefmolin

Summary

Only a subset of attributes set viaAxes.tick_params() are accessible via public methods and attributes. For example,pad is accessible viaget_pad() on aTick object, but if you want the width you have to access a private member_width. When building on top of Matplotlib, writing a test can sometimes require accessing these attributes to test the code, but ideally, we wouldn't need to access private members. For theuse case that came up, this isn't a big deal as I was able to switch toget_pad() for the test, but I was surprised there was noget_width() method like with other parts of the API.

Proposed fix

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp