-
Notifications
You must be signed in to change notification settings - Fork 5
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
.plot with >2 parameters does not work #23
Comments
What type of plot would you expect in this situation? |
No idea, but there seems to be some kind of support for it: Lines 80 to 110 in d42edc8
Fixing the matplotlib errors results in some ...strange... graphics. |
OIC. I guess it's using the remaining row properties to plot different lines. That means you need to sort by those remaining properties, otherwise you'll understandably get garbage. |
The text was updated successfully, but these errors were encountered: