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

1 view (last 30 days)
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.

Answers (0)

Categories

Find more on Graphics Performance in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

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

Start Hunting!