12-14-2021, 11:27 PM
(This post was last modified: 12-15-2021, 12:03 AM by andrea.colonna.)
Wow thanks for replying so quickly.
But on my android the problem still exists.
From the program,
<graph label="Histogram" labelX="Acceleration (m/s²)" labelY="Count" partialUpdate="false">
<input axis="x">gaussianX</input>
<input axis="y" style="lines" lineWidth="2">gaussian</input>
<input axis="x">binStart</input>
<input axis="y" style="vbars" color="E0E040" lineWidth="0.9">binCount</input>
</graph>
the second graph should be a yellow diagram with a line graph, but this is not how 2 graphs appear on the display.
Thank you
in fact from a check on the xml generated by the online editor...
<graph editor:uuid="169" editor:posx="3900" editor:posy="500" label="Histogram" aspectRatio="2.5" style="lines" lineWidth="1" color="ff7e22"
partialUpdate="false" history="1" labelX="Acceleration (m/s²)" labelY="Count" labelZ="" unitX="" unitY="" unitZ="" logX="false" logY="false"
logZ="false" xPrecision="3" yPrecision="3" zPrecision="3" scaleMinX="auto" scaleMaxX="auto" scaleMinY="auto" scaleMaxY="auto"
scaleMinZ="auto" scaleMaxZ="auto" minX="0" maxX="0" minY="0" maxY="0" minZ="0" maxZ="0" mapWidth="0" >
<input axis="x">gaussianX</input>
<input axis="y">gaussian</input>
<input axis="x">binStart</input>
<input axis="y">binCount</input>
</graph>
it is different from the written source code.
I don't understand how it was possible to generate the sensor statistics qr code.
https://phyphox.org/wiki/index.php/Sensor_Statistics
Bye
But on my android the problem still exists.
From the program,
<graph label="Histogram" labelX="Acceleration (m/s²)" labelY="Count" partialUpdate="false">
<input axis="x">gaussianX</input>
<input axis="y" style="lines" lineWidth="2">gaussian</input>
<input axis="x">binStart</input>
<input axis="y" style="vbars" color="E0E040" lineWidth="0.9">binCount</input>
</graph>
the second graph should be a yellow diagram with a line graph, but this is not how 2 graphs appear on the display.
Thank you
in fact from a check on the xml generated by the online editor...
<graph editor:uuid="169" editor:posx="3900" editor:posy="500" label="Histogram" aspectRatio="2.5" style="lines" lineWidth="1" color="ff7e22"
partialUpdate="false" history="1" labelX="Acceleration (m/s²)" labelY="Count" labelZ="" unitX="" unitY="" unitZ="" logX="false" logY="false"
logZ="false" xPrecision="3" yPrecision="3" zPrecision="3" scaleMinX="auto" scaleMaxX="auto" scaleMinY="auto" scaleMaxY="auto"
scaleMinZ="auto" scaleMaxZ="auto" minX="0" maxX="0" minY="0" maxY="0" minZ="0" maxZ="0" mapWidth="0" >
<input axis="x">gaussianX</input>
<input axis="y">gaussian</input>
<input axis="x">binStart</input>
<input axis="y">binCount</input>
</graph>
it is different from the written source code.
I don't understand how it was possible to generate the sensor statistics qr code.
https://phyphox.org/wiki/index.php/Sensor_Statistics
Bye