|  | @@ -2125,7 +2125,8 @@ plot data using 1:2 with lines
 | 
	
		
			
				|  |  |  **** DONE add variables
 | 
	
		
			
				|  |  |       gnuplot 4.2 and up support user defined variables.  This is how
 | 
	
		
			
				|  |  |       we will handle variables with org-babel (meaning we will need to
 | 
	
		
			
				|  |  | -     require gnuplot 4.2 and up for variable support).
 | 
	
		
			
				|  |  | +     require gnuplot 4.2 and up for variable support, which can be
 | 
	
		
			
				|  |  | +     install using [[http://www.macports.org/install.php][macports]] on Mac OSX).
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |       - scalar variables should be replaced in the body of the gnuplot code
 | 
	
		
			
				|  |  |       - vector variables should be exported to tab-separated files, and
 | 
	
	
		
			
				|  | @@ -2151,8 +2152,9 @@ there are a variety of helpers in org-plot which can be fit nicely
 | 
	
		
			
				|  |  |  into custom gnuplot header arguments
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  **** TODO header argument specifying 3D data
 | 
	
		
			
				|  |  | -**** TODO gnuplot sessions
 | 
	
		
			
				|  |  | -Working on this, not sure how to rename a gnuplot session.
 | 
	
		
			
				|  |  | +**** STARTED gnuplot sessions
 | 
	
		
			
				|  |  | +Working on this, we won't support multiple sessions as `gnuplot-mode'
 | 
	
		
			
				|  |  | +isn't setup for such things.
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  **** TODO gnuplot LoB functionality
 | 
	
		
			
				|  |  |  
 |