How to avoid painting outside the figure using linewidth

5 vues (au cours des 30 derniers jours)
Jaime  de la Mota
Jaime de la Mota le 7 Juin 2019
Réponse apportée : darova le 7 Juin 2019
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?question.png

Réponses (1)

darova
darova le 7 Juin 2019
Use
axis([xmin xmax ymin ymax])

Catégories

En savoir plus sur Graphics Objects dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by