-
Notifications
You must be signed in to change notification settings - Fork 18
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
InvalidIndexError #1
Comments
Hey,
It appears the input argument to your function is wrong. In case you are
using a different dataframe structure, do check your input data.
It might be the result of usage of a different package, as in the input
arguments I have specified are Axes.plot(self, data_x,data_y,marker) but
the one you have been using seem to be using Axes.plot(self, scalex,
scaley, data))
If you solved your problem do let me know, Cheers
…On Thu, Jun 30, 2022 at 4:19 AM hayyan111 ***@***.***> wrote:
Hi,
While running your program for better understanding, I am facing some
errors in graph plotting.
Please the below link to see the error.
Kindly respond back so that I can move forward.
[image: error]
<https://user-images.githubusercontent.com/93176550/176558401-def26a25-52ee-43ed-8c03-4caf405d9605.png>
Thank you.
—
Reply to this email directly, view it on GitHub
<#1>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANGQ37MOVVKVZM34ILSUU6DVRTHIDANCNFSM52HLRJXQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: <KingArthur000/Electrical-Fault-detection-and-classification/issues/1@
github.com>
|
Thank you for your response. I have not changed anything. I am trying to run it on Jupyter notebook without making any changes. Coding is very new for me so can you elaborate on what will come in place of "scale"? or what will be the correct syntax |
I have even cross-checked the codes line, they are exactly the same as yours. |
I also encountered the same problem. Have you resolved it? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
While running your program for better understanding, I am facing some errors in graph plotting.
Please the below link to see the error.
Kindly respond back so that I can move forward.
Thank you.
The text was updated successfully, but these errors were encountered: