recent presentation
minor fixes added summary changed theme changed some gfx
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
reset;
|
||||
|
||||
set terminal qt size 500,500
|
||||
set terminal qt size 600,500
|
||||
|
||||
po = -40;
|
||||
gamma = 1.4;
|
||||
@@ -26,8 +26,9 @@ uy = 5;
|
||||
#set colorbox user origin screen 0.9,0.5
|
||||
|
||||
set origin -0.125,-0.125
|
||||
set size 1.25,1.25
|
||||
unset colorbox;
|
||||
set size 1.18, 1.18
|
||||
#unset colorbox;
|
||||
unset cbtics;
|
||||
|
||||
|
||||
set xrange[0:30];
|
||||
@@ -54,6 +55,8 @@ set terminal pngcairo size 512,512
|
||||
|
||||
|
||||
# plot 1
|
||||
set label 2 "strong" font ",20" right at screen 0.973, 0.95
|
||||
set label 3 "weak" font ",20" right at screen 0.973, 0.03
|
||||
set output "wifi1.png"
|
||||
splot getRSSI(x,y) with pm3d notitle;
|
||||
|
||||
@@ -68,9 +71,11 @@ splot getRSSI2(x,y) with pm3d notitle;
|
||||
|
||||
unset cbrange;
|
||||
set palette rgb 33,13,10;
|
||||
unset colorbox;
|
||||
#unset colorbox;
|
||||
|
||||
# plot 3
|
||||
set label 2 "likely" font ",20" right at screen 0.973, 0.95
|
||||
set label 3 "unlikely" font ",20" right at screen 0.973, 0.03
|
||||
set output "wifi3.png"
|
||||
unset arrow 82;
|
||||
unset arrow 81;
|
||||
|
||||
Reference in New Issue
Block a user