Go to file
grace-xing6 84820d66c4 update of planning_scatter
Your questions make me think about the step i wrote, I just say put [x,y] in it without starting from specific point.
I guess I should start from x=14, then run x=14+n for the left spots. In that way, I could draw a lot until x= 492

there are two issues I had: 1. the gap between numbers on x-axis and y-axis are different, will this affect the length of segment?
2. I also found that when x=492, y has two points. Not sure how to represent that.
2024-10-02 10:46:12 -04:00
.commit_template Initial commit 2024-08-29 18:09:38 +00:00
.gitignore Initial commit 2024-08-29 18:09:38 +00:00
constants.py Initial commit 2024-08-29 18:09:38 +00:00
generate_data.py Initial commit 2024-08-29 18:09:38 +00:00
planning_scatter.md update of planning_scatter 2024-10-02 10:46:12 -04:00
plotting.py Initial commit 2024-08-29 18:09:38 +00:00
poetry.lock Initial commit 2024-08-29 18:09:38 +00:00
pyproject.toml Initial commit 2024-08-29 18:09:38 +00:00
scatterplot.py Initial commit 2024-08-29 18:09:38 +00:00
test_transform.py Initial commit 2024-08-29 18:09:38 +00:00
ticks.py Initial commit 2024-08-29 18:09:38 +00:00
transform.py Initial commit 2024-08-29 18:09:38 +00:00