Skip to content

BUG on plotting.py radviz #8442

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
mtinti opened this issue Oct 2, 2014 · 1 comment
Closed

BUG on plotting.py radviz #8442

mtinti opened this issue Oct 2, 2014 · 1 comment

Comments

@mtinti
Copy link

mtinti commented Oct 2, 2014

pandas 0.14.0 in plotting.py

the varable n in line 389: n = len(frame)
is wrongly asigned again in line 404: n = len(frame.columns) - 1
that brakes in line 409: for i in range(n):

This shuld fix the bug
line 389: rows = len(frame)
line 409: for i in range(rows):

@jreback
Copy link
Contributor

jreback commented Oct 2, 2014

this was fixed by #8199 already

thanks for the report

@jreback jreback closed this as completed Oct 2, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants