-
I'm trying to draw a line with this function:
There appears the mistake: error[E0271]: type mismatch resolving I don't understand how to rectify it. |
Beta Was this translation helpful? Give feedback.
Answered by
Wanpaku
May 9, 2024
Replies: 1 comment
-
Mistake was here:
I wrote Y axes as integer. It must be written as decimal (0.0...100.) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Wanpaku
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Mistake was here:
I wrote Y axes as integer. It must be written as decimal (0.0...100.)