05-27-2022 09:51 AM
Hello,
Is there an easy option to plot a graph with the value distribution in percent. I want to get something similar to in the picture. If I try to make myself, it will be big and chaos. Thanks
Solved! Go to Solution.
05-27-2022 09:56 AM - edited 05-27-2022 10:00 AM
You can change the format of the markers accordingly, e.g. "%.0f%%" (use the advanced formatting option)
05-27-2022 09:59 AM
05-27-2022 02:59 PM
These are the rms of weighted values. I have to show the percentage of each value from the list. I was thinking maybe there is a built-in function which is like histogram, but more specific to my need, then I don't have to program it.
05-27-2022 03:27 PM
Well, your problem description was not clear at all, because I took it as a cosmetic problem. To calculate a normalized integral, that would be an easy data operation. Start by attaching some simple data.
05-27-2022 04:06 PM