Similar Posts

Subscribe
Notify of
1 Answer
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Pixel7424
11 months ago

If you just want to do it, you use Turtle. This allows you to create a screen and draw lines.

from turtle import *

pen = new Turtle()

pen.pu() stands for pen up

pen.goto(x,y) x would n_trials y be the value for p (possibly x with 10 and y with 100 scaling)

pen.pd() stands for pen down

pen.pd() perform for all x- & y values

https://docs.python.org/3/library/turtle.html

Do not want to see the pen pen pen pen.ht() for hide turtle.