Wrote the progress of making the x-axis, y-axis, and plots of a scatter plot in planning_scatter.md

This commit is contained in:
kated
2026-03-11 11:07:37 -04:00
parent 2b2533ba0a
commit df184b3ae9
3 changed files with 37 additions and 3 deletions

1
.envrc Normal file
View File

@@ -0,0 +1 @@
source .venv/bin/activate

View File

@@ -4,9 +4,24 @@
- Draw the axes. - Draw the axes.
- Draw the x-axis. - Draw the x-axis.
- Draw the line. - Draw the line.
- ... - flip 180 degrees
- Move back to left side of line
- flip 180 degrees
- repeat the following for how many x-values in x list:
- moves a specific x-value from x list and draws tick at that spot
- goes back to beginning of axis
- Draw the y-axis. - Draw the y-axis.
- Draw the line. - Draw the line.
- ... - flip 180 degrees
- Move back to bottom of line
- flip 180 degrees
- repeat the following for how many y-values in y list:
- moves a specific y-value from y list and draws tick at that spot
- goes back to beginning of axis
- Plot the points. - Plot the points.
- ... - repeat the following for how many x/y-values in both the x and y lists:
- moves x-value and y-value
- plot point
- move back to origin

18
poetry.lock generated Normal file
View File

@@ -0,0 +1,18 @@
# This file is automatically @generated by Poetry 2.3.1 and should not be changed by hand.
[[package]]
name = "superturtle"
version = "0.2.0"
description = "Extensions to Python's turtle"
optional = false
python-versions = "<4.0,>=3.9"
groups = ["main"]
files = [
{file = "superturtle-0.2.0-py3-none-any.whl", hash = "sha256:ca3a31be3259387b4490846adbf64502acc9d23472912cc43497ab170e89f506"},
{file = "superturtle-0.2.0.tar.gz", hash = "sha256:807fb419c1dba9cb809a22a68e72c0193bdeed4a9326eb36ad940b2a7ff6ac04"},
]
[metadata]
lock-version = "2.1"
python-versions = ">=3.10,<4.0"
content-hash = "6aad436bbbf760fa856344262eab22d62a167cac4e5dfefbf4be77d5a37428c9"