zoom plot into plot
Ältere Kommentare anzeigen
i am plotting portion of zoom into the plot like
data a,b,c are already loaded in the workspace
plot(a)
hold on
plot(b)
hold on
plot(c)
after plooting this figure
i want to plot the zoom portion of figure
whereas zoom portion limits are on x=2.5 to 3
and y=92.5 to 95
can anyone help me out with the proper code of popup or zoomout
1 Kommentar
Sebastian Bomberg
am 23 Okt. 2019
Are you trying to plot an inset, i.e. smaller axes overlayed on bigger axes?
If so, have a look here: How to make an inset of matlab figure inside the figure.
Antworten (1)
Bjorn Gustavsson
am 23 Okt. 2019
0 Stimmen
Maybe this file exchange contribution does what you need: zoomplot
Or any of these: on-figure-magnifier, maginset, interactive-2d-plot-magnifier, jeweler-s-loupe, magnify
HTH
Kategorien
Mehr zu Data Exploration finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!