This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Multilines in graph view-element
#1
Hi,
Nice improvement in analysis editor. I'm having a problem with the graph view-element, anyone can help me?
I'm trying to set two data in the same graph with two different colors. Using the online editor there is no option to set the colors to lines independently.  So, I downloaded the phyphox to my computer and manually edited the file as showed in the wiki page:
Code:
<graph label="Acceleration" labelX="t" unitX="s" labelY="a" unitY="m/s²" partialUpdate="true"> <input axis="x" color="green">acc_time</input> <input axis="y">accX</input> <input axis="x" color="blue">acc_time</input> <input axis="y">accY</input> <input axis="x" color="yellow">acc_time</input> <input axis="y">accZ</input> <input axis="x" color="white">acc_time</input> <input axis="y">acc</input> </graph>

But when I try to open the file in phyphox I get the error: "Invalid UUID: 572"
which corresponds to the bluetooth device UUID.
Any thoughts?
Reply


Messages In This Thread
Multilines in graph view-element - by d.girardi - 09-05-2019, 04:43 PM

Forum Jump: