move the axes to sit in the whole window

2 vues (au cours des 30 derniers jours)
alex
alex le 15 Sep 2014
Commenté : alex le 15 Sep 2014
Hello!
i want the begining of the axes (0,0) to be at the down and left corner of the window.
i want the axes to sit in the whole window.
axis([0 15000 0 10000])
axis off
hold on
plot(1000,3000,'r.','MarkerSize',20)
Any ideas?

Réponse acceptée

Michael Haderlein
Michael Haderlein le 15 Sep 2014
Dear Alex,
set(gca,'position',[0 0 1 1])
should do the job.
Best regards,
Michael
  1 commentaire
alex
alex le 15 Sep 2014
Thank you very much Michael! it is exactly what i wanted!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Interactive Control and Callbacks 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