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

document when derived values (ex tick locations and labels) are computed #7556

Closed
Milestone
@godaygo

Description

@godaygo

I certainly do not know, but I it seems that this behavior is very strange.plt.xticks does not accept labels which they return as arguments. As a simple example of this odd behavior:

x = np.arange(0,10)plt.plot(x,x)locs, labs = plt.xticks()plt.xticks(locs[1:], labs[1:])plt.show()

figure_1-1

matplotlib 1.5.3
python 3.5.2
win 10

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