Une question, un bug ?
HARMAND
Nouveau membre
Messages : 2 Inscription : lun. mars 07, 2011 6:52 pm
Localisation : BOVESSE BELGIQUE
Message
par HARMAND » mer. mars 09, 2011 12:33 pm
Bonjour
N'ayant aucune connaissance dans le langage untilisé
je recherche une ame charitable
pour me réaliser les graphiques de températures.
je joints deux fichiers
1 avec mes paramêtres
1 avec les graphiques souhaités.
Si vous pouvez m'aider, informer moi.
d'avance merci
parametre.jpg
Graphique a realiser.jpg
Vous ne pouvez pas consulter les pièces jointes insérées à ce message.
ardigier
Membre
Messages : 2260 Inscription : mar. mars 23, 2010 6:05 pm
Localisation : Le Thor 84250
Contact :
Message
par ardigier » mer. mars 09, 2011 1:00 pm
Ce n'était pas nécessaire d'ouvrir un nouveau post
1 exemple pour 3 sondes température a partir de stylesheet tab_température.xml
même démarche pour les humidités
<?xml version="1.0" encoding="iso-8859-1" ?>
<stylesheet>
<image width="900" height="560" />
<frame width="900" height="560" position-x="0" position-y="0" shadow="0">
<title text="" alignement="left|top" angle="0">
<font color="FF000000" facename="Arial" size="14" weight="400" italic="0" />
</title>
<background color1="FFBBBBFF" color2="FFFFFFFF" gradient="1" gradient-direction="135" stretch="1" />
<border cornerradius="0" color="55555555" thick="1" />
</frame>
<!-- ================= First Lineplot ================= -->
<lineplot width="880" height="300" shadow="0" position-x="10" position-y="10" margin-top="40" margin-right="20" margin-bottom="40" margin-left="65">
<xaxis color="FF000000" grid="1" autoscale="0" min="0" max="0">
<title text="" alignement="vcenter|hcenter" angle="0">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</title>
<labels labelinterval="1" angle="0" side="left" hide="0">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</labels>
<ticks majorticks="7" minorticks="3" side="bottom" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</xaxis>
<y1axis color="FF000000" grid="1" autoscale="1" min="0" max="0" titleside="top" titlemargin="35">
<title text="Température ($Unit[Temperature])" alignement="vcenter|hcenter" angle="0">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</title>
<labels labelinterval="1" angle="0" format=".0" side="left" hide="0" >
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</labels>
<ticks majorticks="4" minorticks="4" side="left" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</y1axis>
<data>
<outdoor_temperature axisbind="y1axis" legend="Température ext." color1="FFFF0000" antialiasing="1" filled="0" hide="0" thick="1.2"/>
<indoor_temperature axisbind="y1axis" legend="Température int." color1="FFFF0000" antialiasing="1" filled="0" hide="0" thick="1.2"/>
<temperature_1 axisbind="y1axis" legend="Température ch Parent." color1="FFFF0000" antialiasing="1" filled="0" hide="0" thick="1.2"/>
<data>
</stylesheet>
Reste à choisir les couleurs de chaque sonde