This was a hard one and I still dont think i did it right

This commit is contained in:
mdecker6
2025-10-02 15:39:32 -04:00
parent 4d998ce093
commit cf3dcccc6a
2 changed files with 12 additions and 59 deletions

View File

@@ -34,10 +34,10 @@ def draw_scatterplot(data, size=5, color="black"):
draw_points(data, color, size)
def draw_axes(data):
"Draws the scatter plot's axes."
def draw_points(data, color, size):
"Draws the scatter plot's points."
with no_delay():
data = generate_data(50, 10, 500, 5, 400, 1000)