mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-04 04:38:02 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			281 B
		
	
	
	
		
			Gnuplot
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			281 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
 | 
						|
 |