is there a way to plot a line that is the reverse of the y axis?

3 views (last 30 days)
Hi i'm looking for a synatix or function that rotates a plot, e.g if i have a peak that is a minimum, is there a way to flip it upside down and make it a maximum? (bareing in mind the peaks are a list on numbers in a array).
also would you mind explaining how it would be written? e.g plot(line1,'b-'); %plots a blue line
Thanks

Accepted Answer

KSSV
KSSV on 7 Sep 2017
If your data (x,y) ..use plot(x,-y)

More Answers (0)

Categories

Find more on Graphics Performance 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!