multi grpaph - Printable Version +- phyphox Forums (https://phyphox.org/forums) +-- Forum: Discussion (https://phyphox.org/forums/forumdisplay.php?fid=1) +--- Forum: Experiments and Ideas (https://phyphox.org/forums/forumdisplay.php?fid=4) +--- Thread: multi grpaph (/showthread.php?tid=750) |
multi grpaph - julien - 04-05-2020 Hello, I am taking advantage of the lockdown to learn how to use the editor. Il like it ! It's not that hard finally. Can you tell me how to create a mutli graph ? i.e create a graph in wich we can display two or more values at the same time ? I tried to understand it by looking at the editor's code of the accelerometer sensor but i just managed to create simple graph... Thank you for your help ! RE: multi grpaph - Sebastian Staacks - 04-05-2020 Unfortunately, the multi-graph support is still a bit buggy in the editor. You need to temporarily connect something to the z axis for the next x and y slots to show up. You can then disconnect z again. Also, the editor does not yet support individual styles or colors for each plot - at the moment this can only be done manually by editing the XML file. RE: multi grpaph - julien - 04-06-2020 Thank you very much |