display values within stacked boxes of rowstacked histograms in gnuplot?

Posted by gojira on Super User See other posts from Super User or by gojira
Published on 2011-01-14T07:59:25Z Indexed on 2011/01/14 8:55 UTC
Read the original article Hit count: 266

Filed under:

I am using gnuplot (Version 4.4 patchlevel 2) to generate rowstacked histograms, very similar to the example called "Stacked histograms by percent" from the gnuplot demo site at http://www.gnuplot.info/demo/histograms.html

I want to display the values of each stacked box within it.

I.e. I want to display the actual numerical value (in percent and/or the absolute number) of each box.

How can I do that?

© Super User or respective owner

Related posts about gnuplot