Skip to content
Prev 106292 / 398506 Next

plot

Hello sir:
a data with 2 columns:
id x
a  1
b  2
c  3

I wanna get such kind of plot:
x: a b c
y:1 2 3

But the plot command doesn't permit string character as x.

How can I get it ?

Thanks a lot !

My best