add_line function is not drawing as per supplied x and y values #462
-
|
I was trying to draw lines as per left mouse clicks. mouse clicks are identified using set_mouse_callback function and line is drawn as it receives left click and hover datas. code using which line is drawn is as follows. But i am not getting a line as per given x and y values. If the first x and y value (A part of the line AB) comes on the right side of the line, the drawn line respects the given y value but x value is changed somehow. Please help. Line_Sample.mp4 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
|
Haha, interesting! I don't know, but I suppose you're getting multiple |
Beta Was this translation helpful? Give feedback.
-
|
Thankyou |
Beta Was this translation helpful? Give feedback.
-
|
I am using PyQt6 for GUI. Jugaad Data for bhavcopy downloading. finplot for all drawing operations and Pandas for bhav data processing. I learned basics of PyQt and Pandas from youtube, library documentation and other online resources, finplot using examples, issues, and discussions. Then using my learnings to visualise my ideas in to charts using this awesome library. |
Beta Was this translation helpful? Give feedback.
You're right, thanks for the example and the bug report. Fix in 26de5e8.