Thread: tornado charts
View Single Post
  #1   Report Post  
uriel78
 
Posts: n/a
Default tornado charts

I need to do a tornado charts like the ones shown in
http://peltiertech.com/Excel/Charts/format.html#tornado
but I need Y axes not to show category but real numbers that needs to
mantein their relative position (they are ascissas in another scatter plot)
so that the distance between point manteins its original value

I mean
0,0113
0,0113
0,0115
0,0119
0,0127
0,0134
0,0134
0,014
0,014
0,014
0,0142
0,0144


are my Y-values and they must be "numbers" (not category?)

is it possible...?

TIA