08-02-2023 06:50 AM
Hey,
I need help.
I want to compare individual values (e.g. maximum of a channel) with each other in a bar chart. The whole thing should then run automatically with a Python script. Anybody got an idea? I can only display a signal through time or other channels at any time. In the X-axis should simply read measurement 1,2,3,..., and in the y-axis the respective maximum value of a channel.
Thanks for your help!
Paul
08-15-2023 01:20 AM
Hey Paul,
you can create a new channel where you collect the data you want to display in your bar chart (e.g. maximum of each channel). If you take this channel as the y-channel of your bar chart and leave the x-channel empty, you should see what you expect. Going a step further, you can add another channel as a text channel where you collect the channel names. If you use that channel as the x-channel for your bar chart, you will see the channel names written on the x-axis too.
Hope that helps.
Rainer