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

Skip to content

line color='none' regression in 1.3 #2760

Closed
@jakevdp

Description

@jakevdp

Hi,
The following code works in version 1.2, but leads to an exception in version 1.3:

>>> from matplotlib import pyplot as plt
>>> plt.plot(range(10), color='none')
>>> plt.show()

I think the issue boils down to this commit: edc48f0

I'm not sure whether this was an intentional change. Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions