Transfert FTP (encore....!)
le style simpl1 solar, je n'ai vu que celui-là qui au départ avait cette donnée
tu sais ici au Maroc, plus précisément à Marrakech, le soleil cogne dur (actuellement wind chill 25 à 17H00)
Aussi, j'ai les vents dominant toujours sur N et une ligne rouge, je pense que cela n'est pas normal, la colonne est bien à 25
voilà...
tu sais ici au Maroc, plus précisément à Marrakech, le soleil cogne dur (actuellement wind chill 25 à 17H00)
Aussi, j'ai les vents dominant toujours sur N et une ligne rouge, je pense que cela n'est pas normal, la colonne est bien à 25
voilà...
- TiToine
- Site Admin
- Messages : 3356
- Inscription : lun. mars 20, 2006 11:16 am
- Localisation : Montréal
- Contact :
Il faut y faire deux modifications. Les radiations solaires ne te servent à rien car tu n'a pas accès à cette donnée.
Trouve les lignes :
Change :
text="Radiations Solaires(W/m²)"
en :
text="Indice UV"
Change :
autoscale="1" min="0" max="16"
en :
autoscale="0" min="0" max="14"
Je ne suis plus sur du maximum que l'indice UV peut atteindre, j'ai mis 14.
Esuite cherche :
Change la ligne :
<solar_radiation axisbind="y3axis" legend="Radiations solaires" color1="5000FF00" color2="50FF0000" antialiasing="1" filled="1" hide="0" />
en :
<uv_index axisbind="y3axis" legend="Indice UV" color1="5000FF00" color2="50FF0000" antialiasing="1" filled="0" hide="0" thick="1.2"/>
Tu peux changer :
- la couleur de la courbe en modifiant color1 qui est au format AARRGGBB (AA transparence en hexadecimal, RR rouge en hexa, etc.)
- la largeur de la courbe en jouant sur thick
Antoine.
Trouve les lignes :
Code : Tout sélectionner
<y3axis side="8" color="FF000000" grid="0" autoscale="1" min="0" max="16" titleside="8" ydelta="70">
<title text="Radiations Solaires(W/m²)" alignement="20" angle="0">
<font color="FF000000" facename="Arial" size="14" weight="400" italic="0" />
</title>
<labels labelinterval="1" angle="0" format=".0" side="8" hide="0" hidelast="1">
<font color="FF000000" facename="Arial" size="14" weight="400" italic="0" />
</labels>
<ticks majorticks="5" minorticks="4" side="8" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</y3axis>
text="Radiations Solaires(W/m²)"
en :
text="Indice UV"
Change :
autoscale="1" min="0" max="16"
en :
autoscale="0" min="0" max="14"
Je ne suis plus sur du maximum que l'indice UV peut atteindre, j'ai mis 14.
Esuite cherche :
Code : Tout sélectionner
<data>
<solar_radiation axisbind="y3axis" legend="Radiations solaires" color1="5000FF00" color2="50FF0000" antialiasing="1" filled="1" hide="0" />
<wind_speed axisbind="y1axis" legend="Vitesse du vent" color1="66FF0000" color2="33FF0000" antialiasing="1" filled="1" />
<wind_speed axisbind="y1axis" legend="Vitesse du vent" color1="66FF0000" antialiasing="1" filled="0" hidelegend="1" thick="1.2"/>
<wind_gust axisbind="y1axis" legend="Rafales de vent" color1="66FF0000" antialiasing="1" filled="0" thick="1.2" />
<relative_rainfall axisbind="y2axis" legend="Précipitations" color1="660000FF" color2="330000FF" antialiasing="1" filled="1" />
<relative_rainfall axisbind="y2axis" legend="Précipitations" color1="660000FF" antialiasing="1" filled="0" hidelegend="1" thick="1.2" />
</data>
<solar_radiation axisbind="y3axis" legend="Radiations solaires" color1="5000FF00" color2="50FF0000" antialiasing="1" filled="1" hide="0" />
en :
<uv_index axisbind="y3axis" legend="Indice UV" color1="5000FF00" color2="50FF0000" antialiasing="1" filled="0" hide="0" thick="1.2"/>
Tu peux changer :
- la couleur de la courbe en modifiant color1 qui est au format AARRGGBB (AA transparence en hexadecimal, RR rouge en hexa, etc.)
- la largeur de la courbe en jouant sur thick
Antoine.