anybody able to tell me how to add labels to gnuplot rowstacked histogram? I want to add a label to one specific read column.
Data looks like this:
Date, Online_Percent, Offline_percent, Maintance_percent
01.01.2013, 96.000, 2.000, 2,000
i would like to add another column with “offline_time” and label the bar with it (on top or right into the bar, i don’t care about that)
Hope anybody can help me.
Thanks
Thanks for trying to help me, but found a solution on an asian site.
Solution :
You are also able to apply the style settings like this:
Hope it will help others having this question.