Skip to content
Prev 157465 / 398506 Next

histogram-like plot with two variables

Try:

plot(x,y,type='s')
lines(x,y, type='h')
On Sun, Sep 28, 2008 at 10:02 PM, J?rg Gro? <joerg at licht-malerei.de> wrote: