-
Notifications
You must be signed in to change notification settings - Fork 124
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
Cannot plot any data #235
Comments
Having exactly same issue. I can't plot any data set I upload regardless of datatype. |
This bug doesn't seem to be present in the latest version on github. You can install using |
Thanks after updating using the git address provided I can now see graphs.
From: Damien Farrell ***@***.***>
Sent: Monday, March 27, 2023 11:16 AM
To: dmnfarrell/pandastable ***@***.***>
Cc: Mark Pickell ***@***.***>; Comment ***@***.***>
Subject: Re: [dmnfarrell/pandastable] Cannot plot any data (Issue #235)
This bug doesn't seem to be present in the latest version on github. You can install using pip install -e git+https://github.com/dmnfarrell/pandastable.git#egg=pandastable instead. I'll update the pip release as well.
-
Reply to this email directly, view it on GitHub<#235 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AZGGX5DHYKRMYIDPUIJOUR3W6G4KXANCNFSM6AAAAAAVNMOOGU>.
You are receiving this because you commented.Message ID: ***@***.******@***.***>>
Diversified Well Logging LLC. CONFIDENTIALITY NOTICE: This e-mail transmission, including attachments, if any, is intended for use only by the addressee(s) named herein and contains confidential and/or privileged information. Any unauthorized review, use, disclosure or distribution is strictly prohibited. If you are not the intended recipient, please notify the sender immediately by reply e-mail or telephone and delete the original and destroy all electronic and other copies of this message. If you are the intended recipient but do not wish to receive communications through this medium, please so advise the sender immediately.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've been trying to plot data from the pandastable I created. I kept getting an error that the 'subplots had to be iterable or a boolean'. I thought it might be a data type issue, so I created a simple Data Frame:
and verified the data type:
no matter what I do, I get the error message:
Any ideas?
The text was updated successfully, but these errors were encountered: