8000 Missing scale · Issue #12873 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
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:

import matplotlib.pyplot as plt

x = [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

      0