How to avoid painting outside the figure using linewidth
Show older comments
Hello everyone.
I am plotting some figures using linewidth. However, in the very example at https://www.mathworks.com/help/matlab/creating_plots/using-high-level-plotting-functions.html
The points trespass the figure's border. Is there a way to avoid this?

Answers (1)
darova
on 7 Jun 2019
Use
axis([xmin xmax ymin ymax])
Categories
Find more on Line Plots 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!