mirror of
https://github.com/eddyem/ARMsingleboard.git
synced 2026-03-20 16:40:55 +03:00
some changes in MLX90640, add scripts
This commit is contained in:
13
MLX90640/plotimage
Executable file
13
MLX90640/plotimage
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/gnuplot
|
||||
|
||||
set terminal jpeg enhanced size 640,480
|
||||
#set size square
|
||||
set size ratio -1
|
||||
#set xrange [0:32]
|
||||
#set yrange [0:24]
|
||||
set autoscale xfix
|
||||
set autoscale yfix
|
||||
set autoscale cbfix
|
||||
set output 'sensor.jpg'
|
||||
#set pm3d map
|
||||
plot 'data.dat' matrix with image notitle
|
||||
Reference in New Issue
Block a user