gelinive

Créer des profils du manteau neigeux - retour accueil

git clone git://bebou.netlib.re/gelinive
Log | Files | Refs | README |

commit 0d75fdf0fc17f94c2820316b0268ae876e84c7a7
parent 0dc32b79f97dd24541a770aa67e59fadda3a71bd
Auterice: Arthur Pons <arthur.pons@unistra.fr>
Date:   Fri, 15 Mar 2024 16:26:37 +0100

Pas besoin d'argument à la fonction

Son but est simplement de rendre une chaîne de caractère, son argument
n'est pas important.

Diffstat:
Mgeliniveplot | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/geliniveplot b/geliniveplot @@ -182,7 +182,7 @@ set label ARG1 at 343,25 rotate by -90 left boxed set label "Résistance au battage (Kg)" at 280,105 rotate by -90 left boxed set label "Température (°C)" at 294,105 rotate by -90 left boxed -a(file)=sprintf("< sed '2,$ p' |\ +histofromstdin(x)=sprintf("< sed '2,$ p' |\ awk '{\ l=NR;hc=$8;r=$7;getline;\ if(l==NR) {hn=0} else {hn=$8};\ @@ -191,5 +191,5 @@ for(i=hc;i>hn;i--) {print r}\ sed '1!G;h;$!d'") ## Last datafile plotted: "histodata" -plot a("< cat") u 1 w histogram title ' ' lc rgbcolor "#aad9f3", ARG2 u 1:($2*-1) w lp axes x1y2 pt 7 lw 2 lc rgbcolor "#c97fe8" title ' ' +plot histofromstdin("") u 1 w histogram title ' ' lc rgbcolor "#aad9f3", ARG2 u 1:($2*-1) w lp axes x1y2 pt 7 lw 2 lc rgbcolor "#c97fe8" title ' ' # EOF