mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-10-31 18:58:01 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			280 B
		
	
	
	
		
			Gnuplot
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			280 B
		
	
	
	
		
			Gnuplot
		
	
	
	
	
	
| set term pngcairo size 150,100
 | |
| set output "plot.png"
 | |
| set datafile separator "\t"
 | |
| #set ylabel "Data"
 | |
| #set xlabel "Test#"
 | |
| set ylabel
 | |
| set xlabel
 | |
| #set xdata time
 | |
| #set grid
 | |
| #set key outside
 | |
| set key off
 | |
| unset xtics
 | |
| unset ytics
 | |
| unset border
 | |
| set title
 | |
| plot filename using 1:2 with lines
 | |
| 
 | 
