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

Missing scale #12873

Closed
Closed
@Volker-Weissmann

Description

@Volker-Weissmann

Bug report

Bug summary

The scale on the y-axis is missing in some logarithmic plots.

Code for reproduction:

importmatplotlib.pyplotaspltx= [1,2]y= [3.7,3.8]plt.plot(x,y)plt.yscale("log")plt.show()

Actual outcome

abc

Expected outcome

There should be a scale on the y-axis. Without the scale, you can't tell what the value of y is.

Matplotlib version

  • Operating system: Linux
  • Matplotlib version: 2.2.2
  • Matplotlib backend (print(matplotlib.get_backend())): TkAgg
  • Python version: 3.5.2
  • Jupyter version (if applicable):
  • Other libraries:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp