For the non-log plot, I can plot the vertical line using "plot" or "line" command, but if I hold on and make y-axis in log, then these vertical line disappeared.
semilogy([34,34],[0,22222]) does not show vertical line
8 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I need to plot a vertical line in a figure with log y-axis:
semilogy([34,34],[0,22222]);
But the figure does not show the vertical line.
For horizontal line,
semilogy([34,66],[22222,22222]);
This command works and shows an horizontal line.
Can anyone help me, thanks in advance.
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Annotations finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!