generated from mwc/lab_scatter
This was a hard one and I still dont think i did it right
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user