DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Camparing individual values in a bar chart

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

0 Kudos
Message 1 of 2
(1,159 Views)

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.

RainerH_0-1692080389715.png

 

Hope that helps.

Rainer

0 Kudos
Message 2 of 2
(1,082 Views)