8000 c=color not changing line color · Issue #4162 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
c=color not changing line color #4162
Closed
@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

    0