Thanks to visit codestin.com
Credit goes to github.com

Skip to content

set_ylim not working with plt.axis('equal') #8093

Closed
@fkbreitl

Description

@fkbreitl

set_ylim has no effect when using plt.axis('equal'):

plt.plot((.1, .3))
plt.axis('equal')
plt.gca().set_ylim(.1, .2)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions