How do I remove a certain part of my graph?
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Walter Roberson
le 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 commentaires
Voir également
Catégories
En savoir plus sur Graph and Network Algorithms dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!