How do I remove a certain part of my graph?

9 views (last 30 days)
I'm trying to plot the specific thrust and specific fuel consumption on the same graph. I have horizontal lines that start the graph and each one goes to a different x value. I was wondering if there is a way to start the graph, for each individual curve, after the horizontal lines ends? Basically how to clean this graph up.

Answers (1)

Walter Roberson
Walter Roberson on 3 Mar 2017
You can use x values that start where the horizontal line ends.
If necessary, add the desired origin to the existing x values.
However, adding the desired origin will change what is shown with the data cursor, so if you need to have the data cursor show the offset relative to the place the curve begins rather than coordinates relative to the left edge of the plot, then you would need to take more steps.

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!