Closed jlo88 closed 4 years ago
The following code results in a too small image:
fig = figure('Units','centimeters','position',[0,0,20,20]); % fig.Units = 'pixels'; plot(randn(100)) export_fig('test','-png','-transparent')
Uncommenting the units back to pixels restores this:
Fixed
The following code results in a too small image:
Uncommenting the units back to pixels restores this: