vizakenjack
New Member
- Joined
- Oct 8, 2014
- Messages
- 8
Alright, so imagine there are y values - speed: 10, 0, 10, 10
and corresponding x values - time in seconds: 0, 20, 40, 50
Now, how can I show that at the 11th second it suddenly stops, then after 2 seconds continues with the speed of 40?
So I want the line to go vertically downward.
I tried doing like this:
x values: 0, 10, 11, 20, 40, 50
y values: 10, 10, 0, 10, 10, 10
but it didn't work, x ticks are still the same, even though the distance between the y's 10 and 11 is smaller than between 11 and 20.
So I guess one way to make this work is to decrease tick mark on the x between 10 and 11's y value, and keep the remaining tick marks intact, how?
and corresponding x values - time in seconds: 0, 20, 40, 50
Now, how can I show that at the 11th second it suddenly stops, then after 2 seconds continues with the speed of 40?
So I want the line to go vertically downward.
I tried doing like this:
x values: 0, 10, 11, 20, 40, 50
y values: 10, 10, 0, 10, 10, 10
but it didn't work, x ticks are still the same, even though the distance between the y's 10 and 11 is smaller than between 11 and 20.
So I guess one way to make this work is to decrease tick mark on the x between 10 and 11's y value, and keep the remaining tick marks intact, how?
Last edited: