Figures saving in partial gray-scale

1 view (last 30 days)
Kate
Kate on 24 Jan 2013
I am using the following command to create an animated gif
imwrite(im,map,'TestMovie.gif','DelayTime',0,'LoopCount',1)
Although the graphic looks correct on the screen within Matlab, when I open the test movie, some (not all) of the colors turned to gray. The animated gif only shows red, yellow, blue and gray.
I have also had this problem happen before when using the print -depsc2 command with contoured figures. Although the plot itself looks correct, the colorbar is incorrect and only shows red, blue, yellow, and gray.
Does anyone know what the problem is and how to fix it?
Any help would be appreciated.
Thanks
  2 Comments
Walter Roberson
Walter Roberson on 24 Jan 2013
What are you passing in for "map" ?
Kate
Kate on 25 Jan 2013
I get the variable "map" from the following lines:
set(gca,'nextplot','replacechildren','visible','on') f = getframe(gcf); [im,map] = rgb2ind(f.cdata,256,'nodither');
It looks like it's saving map as a 12x3 matrix, even though my colormap is a much larger matrix (around 100x3).

Sign in to comment.

Answers (0)

Categories

Find more on Colormaps in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!