Remove the margin of the plot

95 ビュー (過去 30 日間)
Saugat Shrestha
Saugat Shrestha 2020 年 6 月 28 日
回答済み: Gaurav Aggarwal 2020 年 6 月 28 日
When extracting the plot, I want the plot to be tight to the boundaries. I am unable to do it.
Can you please help me.
Thanks in advance
fig = gcf
fig.PaperUnits = 'inches';
fig.PaperPosition = [0 0 12 6];
%fig.Units = 'normalized';
%fig.Position=[0.13 0.11 0.77 0.34];
%fig.ActivePositionProperty = 'position';
fig.InvertHardcopy = 'off';
ylim([yli(1,1) yli(1,2)])%([MI MX+(MX-MI)*0.4])
xlim([10^-3 10^0])
saveas(gcf,'1.Across_semilog.png')
closereq

回答 (1 件)

Gaurav Aggarwal
Gaurav Aggarwal 2020 年 6 月 28 日
Hi Saugat,
It worked for me, hope it helps you too. Thanks.

カテゴリ

Help Center および File ExchangeAnnotations についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by