Hi again,
I was looking for a way to plot a horizontal histogram, i.e. a histogram
with horizontal bars at the y-axis.
The solutions I found so far:
http://gnuplot-tricks.blogspot.ch/2009/10/turning-of-histogram.html
This describes creating "normal" histogram and rotate the plot afterwards.
Since I would like to use such a horizontal histogram together with
other plots in a multiplot environment I guess that this solution might
become pretty complicated.
or
http://stackoverflow.com/questions/11266452/horizontal-histogram-in-gnuplot
Using the plotting style "boxxyerrorbars" as a workaround.
Are there any better ways to do it in the meantime?
Thanks, Theo.
|