Problem: figure height apparently limited to screen height

1 回表示 (過去 30 日間)
Joshua Carmichael
Joshua Carmichael 2015 年 11 月 13 日
My objective is to save a "tall" figure with a height that exceeds my display height. I used:
>> figure('units', 'normalized', 'outerposition', [0 0 2 2]);
in an attempt to make a figure "taller" (with a greater height) than that of my single monitor. However, the figure resized when displayed to only occupy the screen height (so that the normalized outer position height was effectively "1").
I do use export_fig, and I am unclear if it has an internal solution; the help menu did not specify.
Solutions? Thanks in advance.

回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by