Problem: figure height apparently limited to screen height

1 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Line Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by