Hello--
I've been trying to find ways to place text labels below vertical box plots. An example of my data is below. When I use this:
...instead of a legend I would prefer to have the words "Cath" and "Echo" as x-axis labels (for lack of a better description). I know I could use Graph Editor but I was hoping there would be code that I can use instead. Any suggestions?
I've been trying to find ways to place text labels below vertical box plots. An example of my data is below. When I use this:
Code:
graph box Cath Echo, legend(off) title("Superior Vena Cava Values") ytitle ("Peak Pressure in mm Hg")
Code:
input float(Cath Echo) 8.9 9 5 5.3 13.7 14.5 11.6 11.8 10.3 11.6 4.6 3.8 end
Comment