generated from mwc/lab_scatter
	for this project. I don't think I could code much as of right now unless I get like exact directions or a very detailed example, although I think I should be good with plotting the points and fixing wrong things.
		
			
				
	
	
		
			14 lines
		
	
	
		
			330 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			330 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
# Planning the scatter plot
 | 
						|
 | 
						|
- Draw a scatter plot.
 | 
						|
  - Draw the axes.
 | 
						|
    - Draw the x-axis.
 | 
						|
      - Draw the line.
 | 
						|
    - Draw tick marks and units.
 | 
						|
      - Draw the y-axis.
 | 
						|
      - Draw the line.
 | 
						|
    - Draw tick marks and units
 | 
						|
      - Figure out how many units in graph.
 | 
						|
  - Plot the points.
 | 
						|
    - Correct any incorrect points
 |