Skip to content

c=color not changing line color #4162

@divenex

Description

@divenex

In Matplotlib 1.4.3

plt.plot([0,1], c='lime', linewidth=20)

produces a blue line, while

plt.plot([0,1], color='lime', linewidth=20)

produces a green one as expected.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions