Is the margin between the Axes' Position and OuterPosition uncontrollable?
Afficher commentaires plus anciens
When I run the following code, the result is as shown in the attached image (margins are filled in with Paint for clarity). Is it possible to adjust the height and width of the OuterPostion to the same height and width of the TightInset to eliminate unnecessary margins?
plot(rand(1,20))
ax = gca;
ax.Position(1)=0;
ax.OuterPosition(1)=0;
ax.OuterPosition(3)=1;

Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur ラベルと注釈 dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!