load "defaults.ini" # set title "DEMO GNUPLOT LINUX" set nokey set xrange [0:20] set yrange [0:10] set label 1 "##### # # ##### ##### # # #### " at 5.5,9 set label 2 " # # # # # ## # # #" at 5.5,8.8 set label 3 " # ##### #### #### # # # # #" at 5.5,8.6 set label 4 " # # # # # # ## # #" at 5.5,8.4 set label 5 " # # # # # # # # #" at 5.5,8.2 set label 7 " # # # ##### ##### # # #### " at 5.5,8 set label 8 "Merci de votre attention" at 7.5,6 a=10000; b=200000 plot a*x replot -a*x+b replot 10 replot 7 replot 5 replot 0 set nolabel pause 10 # clean up # set nolabel set xrange [-10:10] set yrange [-10:10] set zrange [-10:10] set nocontour set nogrid set nohidden3d set samples 100 set isosamples 10 set view 60,30,1,1 set auto set title "" 0,0 #