How to edit a plot

2 views (last 30 days)
Rohan Repale
Rohan Repale on 23 Apr 2013
Hello everyone,
I have a plot, which I intend to save as .eps to open in illustrator later on.
What i want to do is before exporting the plot, i want to get rid of the bordering box and all the x and y scale numbers. I just want what is inside the plot.
Can that be done in matlab?
Thanks

Accepted Answer

Walter Roberson
Walter Roberson on 23 Apr 2013
Give the command
axis off
Note this will also turn off any x and y label.

More Answers (0)

Categories

Find more on Line Plots in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!