-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
line.put_start_and_end_on() #3358
Comments
Maybe attaching a screenshot would be a good idea! |
|
I think instead of drawing a point it should draw nothing, because you're trying to convince multiple lines to be in the same singular spot which is not really possible to draw because a line needs a direction. |
It's a good option too. I was drawing a DashedLine from some point to the axes and then updating the line as the point moves. So, both options would work for me. The line should disappear just a moment while the dot cross the axis and reappear in the next frame. |
Description of bug / unexpected behavior
line method put_start_and_end_on(start,end) raises an excpetion when start == end
Expected behavior
I think it should just draw one point
How to reproduce the issue
Code for reproducing the problem
System specifications
System Details
python/py/python3 --version
): 3.10.8pip list
):The text was updated successfully, but these errors were encountered: