mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-29 09:52:35 +00:00
Add gnuplot files for group graphs.
This commit is contained in:
11
gui/default_group.plot
Normal file
11
gui/default_group.plot
Normal file
@@ -0,0 +1,11 @@
|
||||
set term pngcairo size 1280,768
|
||||
set output "plot.png"
|
||||
set datafile separator "\t"
|
||||
#set ylabel "Data"
|
||||
set xlabel "Test#"
|
||||
#set xdata time
|
||||
set grid
|
||||
set key outside
|
||||
#set key off
|
||||
#plot filename using 1:2 with lines
|
||||
|
||||
17
gui/mini_group.plot
Normal file
17
gui/mini_group.plot
Normal file
@@ -0,0 +1,17 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user