generated from mwc/lab_scatter
	Checkpoint 1:
I think I could draw the base of the scatter plot. Making the x and y axis seems doable. I do think I would struggle the most with making the ticks. Now after submitting, I do not think I planned enough. I made my plan very straight forward and didn't include the specfics that were listed in the features of the scatter plot.
This commit is contained in:
		@@ -4,9 +4,13 @@
 | 
				
			|||||||
  - Draw the axes.
 | 
					  - Draw the axes.
 | 
				
			||||||
    - Draw the x-axis.
 | 
					    - Draw the x-axis.
 | 
				
			||||||
      - Draw the line.
 | 
					      - Draw the line.
 | 
				
			||||||
      - ...
 | 
					      - Label the axes
 | 
				
			||||||
 | 
					      - Label each increment 
 | 
				
			||||||
    - Draw the y-axis.
 | 
					    - Draw the y-axis.
 | 
				
			||||||
      - Draw the line.
 | 
					      - Draw the line.
 | 
				
			||||||
      - ...
 | 
					      - Label the axes
 | 
				
			||||||
 | 
					      - Label each increment
 | 
				
			||||||
  - Plot the points.
 | 
					  - Plot the points.
 | 
				
			||||||
    - ...
 | 
					    - Start at origin and move x value
 | 
				
			||||||
 | 
					    - Move up y value
 | 
				
			||||||
 | 
					    - Plot a point at location
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user