line graph - abrupt/sharp decrease?

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?
 
Last edited:

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
But still, I'm curious, how to decrease x tick mark between certain x points only?

Like, if your x tick marks are separated by 20, then 6.9 and 7 would be at the same distance as 40 and 60.
wtf
 
Upvote 0

Forum statistics

Threads
1,215,537
Messages
6,125,386
Members
449,221
Latest member
DFCarter

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top