From: Michael Wirtzfeld on
Hello,

I have a set of figures that require readjustment of the y-limits and font-size for the title, xlabel and ylabel. I can change the font-sizes readily, but when I reduce the y-limit range I get the following warning:

----------
Warning: Texture data too large for graphics device. Fitting to max size available.
----------

The on-screen figure looks fine, but when I save the image using the SAVEAS function, only the axes information is shown - the actual image does not appear.

From what I have found, this might be a rendering issue. I referenced, "http://www.mathworks.com/support/tech-notes/1200/1201.html#Section_3" and executed this code-block without error:

----------
x=[0 0 1]; y=[1 2 2]; z=[1 1 1];
hp = patch(x,y,z);
colormap(autumn(3))
set(hp,'FaceVertexCData',[1;2;3])
set(hp,'FaceColor','interp','EdgeColor','interp')
title('Smooth interpolation using OpenGL')
set(gcf,'Renderer','OpenGL')
----------


If you can offer any insight I would appreciate it.


Thank you,

Michael - Wednesday, May 5, 2010 at 16:23 CST
Champaign, IL
 | 
Pages: 1
Prev: Processing Tiled Images
Next: vector division