How do you make an horizontal box-and-whiskers plot in gnuplot? Similarly to this one:

an horizontal box-and-whiskers plot

Gnuplot can easily be used to produce vertical box-and-whiskers plots with the 'candlesticks' and 'whiskerbars' keywords, but I have not managed to find any example of an horizontal candlesticks/box-and-whiskers horizontal plot produced via gnuplot online.

Example of a vertical plot produced by gnuplot:

example of a vertical box-and-whiskers plot http://www.cise.ufl.edu/~dts/cop3530/proj02/candlesticks.6.png

有帮助吗?

解决方案

Gnuplot generally doesn't switch directions well... for example you can't plot rows instead of columns, and it's hard to make histograms (or any other kind of plot) go horizontal instead of vertical.

People have made horizontal histograms, however, and you might be able to modify the code found at this site.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top