| Author |
Comment/Response |
Ryan Hoffman
|
06/28/04 5:58pm
Hiya:
I can plot a series of X,Y values, for N data, with:
ListPlot[list]
list = { {x1,y1}, ... ,{xN,yN} }
Which is, of course, spectacular, but not what I want.
Instead of points, I want a rectangle that extends from the Y coordinate to the X axis. Like with BarChart, but with two variables per datum.
My only ideas are a) describing a graphics primitive for each point (ugly option) or b) improving my ability to use BarChart towards this end. So I hope someone can spoonfeed me (b) or a solution I'm not aware of. Or a shell script to do (a)!
Thanks,
Ryan
URL: , |
|