8000 Fix potential copy/paste error. by heathhenley · Pull Request #8095 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Fix potential copy/paste error. #8095

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix potential copy/paste error.
  • Loading branch information
heathhenley committed Feb 18, 2017
commit f1130169cdd21e60219a05bdac2b2ceba3a22a6a
2 changes: 0 additions & 2 deletions lib/matplotlib/axes/_axes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1189,8 +1189,6 @@ def eventplot(self, positions, orientation='horizontal', lineoffsets=1,
linelengths = [None]
if len(linewidths) == 0:
lineoffsets = [None]
if len(linewidths) == 0:
lineoffsets = [None]
if len(colors) == 0:
colors = [None]

Expand Down
0