Plots are shown at upper left shrieked on OSX in 2015b and 2016a

조회 수: 1 (최근 30일)
gycsu
gycsu 2017년 1월 16일
편집: Walter Roberson 2017년 1월 16일
The symptom is similar to the bug report in https://www.mathworks.com/matlabcentral/answers/241982-plots-are-shown-as-upper-left-cropped-on-osx-in-2015b. It happened quite a lot on both 2015b and 2016a. The full image is displayed on the left corner of the plot window as shown in the following figure. The figure is produced by using the following command:
I = imread('cameraman.tif');
figure;imshow(I);title('Original Image');
No matter how the figure is resized, it is still like that, i.e. the plotted image stays at the upper left corner. After Matlab restarts, it goes away. However, it comes back somehow and requires a restart again.
Any solution to this will be appreciated.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Graphics Performance에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by