generated from mwc/lab_scatter
21 lines
430 B
Markdown
21 lines
430 B
Markdown
Planning the scatter plot
|
|
|
|
Scatterplot X vs Y
|
|
|
|
- Draw a scatter plot.
|
|
- Draw the axes.
|
|
- Draw the x-axis ( min: 14, max: 492)
|
|
|
|
- ticks at every 100 (100,200,300,400,500)
|
|
- Draw the line
|
|
- Plot the ploints
|
|
-...
|
|
|
|
- Draw the y-axis ( min: -927, max: 3710)
|
|
|
|
|
|
- ...ticks every 1000 ( -900, 0, 1000, 2000,300)
|
|
- Draw the line
|
|
- Plot the points.
|
|
- ...
|
|
use blue dots |