8000 axvline fails with log scaling · Issue #1246 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
axvline fails with log scaling #1246
Closed
Closed
@pelson

Description

@pelson

Code to reproduce:

import matplotlib.pyplot as plt

ax = plt.axes(yscale='log')
ax.axvline(1)
plt.show()

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0