As of right this moment i have not a clue in the world how to make a scatter plot graph.

This commit is contained in:
cdonahue
2025-10-30 09:30:58 -04:00
parent 57d750c5db
commit 69da57f2b0
3 changed files with 55 additions and 12 deletions

View File

@@ -26,7 +26,7 @@ from transform import (
get_x_values,
get_y_values,
)
#67
def draw_scatterplot(data, size=5, color="black"):
"Draws a scatter plot, showing the data"
prepare_screen()