Skip to content
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

Pen is lowered and then lifted again before plotting, yielding a misplaced dot in every drawing #85

Open
doersino opened this issue May 3, 2020 · 0 comments

Comments

@doersino
Copy link

doersino commented May 3, 2020

I haven't seen a previous issue that discusses this, but it seems to be caused by the latter four of these lines in Pen.__init__():

self.up()
sleep(0.3)
self.down()
sleep(0.3)
self.up()
sleep(0.3)

Is there a specific reason for this (obviously intended) behavior that I'm missing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant