Good afternoon,
My goal is to create a line plot where the lines are vertical.
To explain:
There are three variables
1. The first is a string - let's call it String1
2, the other two are doubles, Double1
3. and Double2
My objective is to have the String1 observations on the Y-axis as labels and double1 and double2 are verticle lines. The x-axis must have a scale of 1-5.
Any help is greatly appreciated.
Kind regards,
Elizabeth
My goal is to create a line plot where the lines are vertical.
To explain:
There are three variables
1. The first is a string - let's call it String1
2, the other two are doubles, Double1
3. and Double2
My objective is to have the String1 observations on the Y-axis as labels and double1 and double2 are verticle lines. The x-axis must have a scale of 1-5.
Any help is greatly appreciated.
Kind regards,
Elizabeth
Comment