How do I remove a certain part of my graph?
3 views (last 30 days)
Show older comments
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.
0 Comments
Answers (1)
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.
0 Comments
See Also
Categories
Find more on Graph and Network Algorithms 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!