mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			188 B
		
	
	
	
		
			Gnuplot
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			188 B
		
	
	
	
		
			Gnuplot
		
	
	
	
	
	
| #!/usr/bin/env gnuplot
 | |
| 
 | |
| reset
 | |
| 
 | |
| set terminal png
 | |
| set output 'rates100.png'
 | |
| 
 | |
| set xlabel "A2A price"
 | |
| set ylabel "Response Rate"
 | |
| 
 | |
| #set xr [0:5]
 | |
| #set yr [0:6]
 | |
| 
 | |
| plot 'rates100.dat' pt 7 notitle
 |