increase video size
This commit is contained in:
parent
cf899967ce
commit
1eac9d4cfc
@ -9,7 +9,7 @@ NBFRAMES=360
|
||||
|
||||
echo "Running $0 $SEQNAME" >> WS/log
|
||||
|
||||
DIMS="-W1024 -H768"
|
||||
DIMS="-W1280 -H1024"
|
||||
POVOPT="+q9 +A -d ${DIMS} -WT6"
|
||||
echo $POVOPT ; echo ; sleep 2
|
||||
|
||||
|
@ -46,7 +46,7 @@ END { \
|
||||
# cat -n $TMPFILE | tail # ; exit
|
||||
|
||||
gnuplot << __EOC__
|
||||
set term png size 1024,768
|
||||
set term png size 1280,1024
|
||||
set output "timing.png"
|
||||
set grid
|
||||
set xrange [:360]
|
||||
|
Loading…
Reference in New Issue
Block a user