Plots are shown at upper left shrieked on OSX in 2015b and 2016a
조회 수: 1 (최근 30일)
이전 댓글 표시
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
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Graphics Performance에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!