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

tick_right() doesn't move scale factor #4043

Closed
@duncanmmacleod

Description

@duncanmmacleod

TheYAxis.tick_right() method doesn't move a scale factor when the formatter introduces one. The following minimal example should demonstrate that:

importnumpyfrommatplotlibimportpyplotdata=numpy.random.random(1e4)*1e-22fig,axes=pyplot.subplots(2,1,sharex=True)axes[0].plot(data)axes[1].plot(data** (.5))axes[1].yaxis.set_label_position('right')axes[1].yaxis.tick_right()

tick_right

The1e-11 factor should ideally be on the right-hand-side with the tick labels.

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