Créer des profils du manteau neigeux - retour accueil
git clone git://bebou.netlib.re/gelinive
Log | Files | Refs | README |
geliniveplot (5996B)
1 #! /usr/bin/gnuplot -c 2 # 3 # 4 # G N U P L O T 5 # Version 5.4 patchlevel 4 last modified 2022-07-10 6 # 7 # Copyright (C) 1986-1993, 1998, 2004, 2007-2022 8 # Thomas Williams, Colin Kelley and many others 9 # 10 # gnuplot home: http://www.gnuplot.info 11 # faq, bugs, etc: type "help FAQ" 12 # immediate help: type "help" (plot window: hit 'h') 13 # set terminal qt 0 size 500, 1000 font "Sans,12" 14 set term pngcairo size 500,1000 font "Sans,12" 15 # set output 16 unset clip points 17 set clip one 18 unset clip two 19 unset clip radial 20 set errorbars front 1.000000 21 set border 31 front lt black linewidth 3.000 dashtype solid 22 set zdata 23 set ydata 24 set xdata 25 set y2data 26 set x2data 27 set boxwidth 28 set boxdepth 0 29 set style fill transparent solid 1.00 border 30 set style rectangle back fc bgnd fillstyle solid 1.00 border lt -1 31 set style circle radius graph 0.02 32 set style ellipse size graph 0.05, 0.03 angle 0 units xy 33 set dummy x, y 34 set format x "% h" 35 set format y "% h" 36 set format x2 "% h" 37 set format y2 "% h" 38 set format z "% h" 39 set format cb "% h" 40 set format r "% h" 41 set ttics format "% h" 42 set timefmt "%d/%m/%y,%H:%M" 43 set angles radians 44 set tics back 45 unset grid 46 unset raxis 47 set theta counterclockwise right 48 set style parallel front lt black linewidth 2.000 dashtype solid 49 set key notitle 50 set key fixed right top vertical Right noreverse enhanced autotitle nobox 51 set key noinvert samplen 4 spacing 1 width 0 height 0 52 set key maxcolumns 0 maxrows 0 53 set key noopaque 54 unset label 55 unset arrow 56 unset style line 57 unset style arrow 58 set style histogram clustered gap 2 title textcolor lt -1 59 unset object 60 unset walls 61 set style textbox transparent margins 3.0, 3.0 border lt -1 linewidth 1.0 62 set offsets 0, 0, 0, 0 63 set pointsize 1 64 set pointintervalbox 1 65 set encoding default 66 unset polar 67 unset parametric 68 unset spiderplot 69 unset decimalsign 70 unset micro 71 unset minussign 72 set view 60, 30, 1, 1 73 set view azimuth 0 74 set rgbmax 255 75 set samples 100, 100 76 set isosamples 10, 10 77 set surface implicit 78 set surface 79 unset contour 80 set cntrlabel format '%8.3g' font '' start 5 interval 20 81 set mapping cartesian 82 set datafile separator whitespace 83 set datafile nocolumnheaders 84 unset hidden3d 85 set cntrparam order 4 86 set cntrparam linear 87 set cntrparam levels 5 88 set cntrparam levels auto 89 set cntrparam firstlinetype 0 unsorted 90 set cntrparam points 5 91 set size ratio 0 1,1 92 set origin 0,0 93 set style data points 94 set style function lines 95 unset xzeroaxis 96 unset yzeroaxis 97 unset zzeroaxis 98 unset x2zeroaxis 99 unset y2zeroaxis 100 set xyplane relative 0.5 101 set tics scale 1, 0.5, 1, 1, 1 102 set mxtics 4.000000 103 set mytics default 104 set mztics default 105 set mx2tics 4.000000 106 set my2tics 4.000000 107 set mcbtics default 108 set mrtics default 109 set nomttics 110 set xtics border out scale 1,0.35 nomirror norotate autojustify 111 #set xtics norangelimit 112 set xtics ('0' 0 0, '5' -5 1, '10' -10 1, '15' -15 1, '20' -20 0, '25' -25 1, '30' -30 1, '35' -35 1, '40' -40 0, '45' -45 1, '50' -50 1, '55' -55 1, '60' -60 0, '65' -65 1, '70' -70 1, '75' -75 1, '80' -80 0, '85' -85 1, '90' -90 1, '95' -95 1, '100' -100 0, '105' -105 1, '110' -110 1, '115' -115 1, '120' -120 0, '125' -125 1, '130' -130 1, '135' -135 1, '140' -140 0) 113 unset ytics 114 set ztics border in scale 1,0.5 nomirror norotate autojustify 115 set ztics norangelimit autofreq 116 set x2tics border out scale 1,0.35 nomirror norotate autojustify 117 set x2tics norangelimit 4 118 set y2tics border out scale 1,0.35 nomirror norotate autojustify 119 set y2tics norangelimit 20 120 set cbtics border in scale 1,0.5 mirror norotate autojustify 121 set cbtics norangelimit autofreq 122 set rtics axis in scale 1,0.5 nomirror norotate autojustify 123 set rtics norangelimit autofreq 124 unset ttics 125 set title "" 126 set title font "" textcolor lt -1 norotate 127 set timestamp bottom 128 set timestamp "" 129 set timestamp font "" textcolor lt -1 norotate 130 set trange [ * : * ] noreverse nowriteback 131 set urange [ * : * ] noreverse nowriteback 132 set vrange [ * : * ] noreverse nowriteback 133 set xlabel "Résistance à l'abbatage (Kg)" 134 set xlabel font "" textcolor lt -1 norotate 135 set x2label "Température (\302\260C)" 136 set x2label font "" textcolor lt -1 norotate 137 set xrange [ -140.000 : 0.00000 ] noreverse writeback 138 set x2range [ -24.0000 : 0.00000 ] noreverse writeback 139 set ylabel "" 140 set ylabel font "" textcolor lt -1 rotate 141 set y2label "Hauteur de neige (cm)" 142 set y2label font "" textcolor lt -1 rotate 143 set yrange [ -1.77636e-14 : 300.000 ] noreverse writeback 144 set y2range [ -1.77636e-14 : 300.000 ] noreverse writeback 145 set zlabel "" 146 set zlabel font "" textcolor lt -1 norotate 147 set zrange [ * : * ] noreverse writeback 148 set cblabel "" 149 set cblabel font "" textcolor lt -1 rotate 150 set cbrange [ * : * ] noreverse writeback 151 set rlabel "" 152 set rlabel font "" textcolor lt -1 norotate 153 set rrange [ * : * ] noreverse writeback 154 unset logscale 155 unset jitter 156 set zero 1e-08 157 set lmargin -1 158 set bmargin -1 159 set rmargin -1 160 set tmargin -1 161 set locale "fr_FR.UTF-8" 162 set pm3d explicit at s 163 set pm3d scansautomatic 164 set pm3d interpolate 1,1 flush begin noftriangles noborder corners2color mean 165 set pm3d clip z 166 set pm3d nolighting 167 set palette positive nops_allcF maxcolors 0 gamma 1.5 color model RGB 168 set palette rgbformulae 7, 5, 15 169 set colorbox default 170 set colorbox vertical origin screen 0.9, 0.2 size screen 0.05, 0.6 front noinvert bdefault 171 set style boxplot candles range 1.50 outliers pt 7 separation 1 labels auto unsorted 172 set loadpath 173 set fontpath 174 set psdir 175 set fit brief errorvariables nocovariancevariables errorscaling prescale nowrap v5 176 GNUTERM = "qt" 177 I = {0.0, 1.0} 178 179 set label 1 ARG1 at -130.000, 265.000, 0.00000 left norotate back nopoint boxed 180 181 histofromstdin(x)=sprintf("< cut -f7-8 | sed 's,/,0,;2,$ p;$ a/ 0 0' | paste - -") 182 183 VoxelDistance = 0.0 184 ## Last datafile plotted: "hohnecktemp" 185 plot histofromstdin("") u (0):(0):(-$1):(0):($2):($4) w boxxy title "Résistance à l'abbatage (Kg)" lc rgbcolor "#aad9f3", ARG2 u ($2):1 w lp axes x2y1 pt 7 lw 2 lc rgbcolor "#c97fe8" title "Température °C" 186 # EOF