<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/234822</link>
    <title>MATLAB Central Newsreader - Parts of axis disappearing in print/print preview?</title>
    <description>Feed for thread: Parts of axis disappearing in print/print preview?</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Tue, 19 Aug 2008 15:22:02 -0400</pubDate>
      <title>Parts of axis disappearing in print/print preview?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/234822#596350</link>
      <author>Ian Clarkson</author>
      <description>Hi there,&lt;br&gt;
&lt;br&gt;
I'm trying to do some printing, and this sample code&lt;br&gt;
generates the problem I'm having:&lt;br&gt;
&lt;br&gt;
% problem&lt;br&gt;
rectangle('Position',[0 0 1 1],'FaceColor',[1 1 1]);&lt;br&gt;
rectangle('Position',[0.1 0.1 0.8 0.8],'FaceColor',[0 0&lt;br&gt;
0],'EdgeColor',[0 0 0]);&lt;br&gt;
rectangle('Position',[0.2 0.2 0.6 0.6],'FaceColor',[1 1&lt;br&gt;
1],'EdgeColor',[1 1 1]);&lt;br&gt;
&lt;br&gt;
% no problem&lt;br&gt;
rectangle('Position',[0 0 1 1],'FaceColor',[1 1 1]);&lt;br&gt;
rectangle('Position',[0.1 0.1 0.8 0.8],'FaceColor',[0 0&lt;br&gt;
0],'EdgeColor',[0 0 0]);&lt;br&gt;
rectangle('Position',[0.2 0.2 0.6 0.6],'FaceColor',[0.99&lt;br&gt;
0.99 0.99],'EdgeColor',[1 1 1]);&lt;br&gt;
&lt;br&gt;
The problem rectangles will not have a center rectangle (the&lt;br&gt;
third one) when I go to print/print preview. The ones with&lt;br&gt;
no problem (where I've altered the FaceColor by a smidge)&lt;br&gt;
are just fine. I'm using MATLAB R12.1, and I'm assuming this&lt;br&gt;
is documented, but is there a workaround? It seems to be&lt;br&gt;
somehow related to the renderer, but I'm not quite sure what&lt;br&gt;
the best method of fixing it would be other than the hack&lt;br&gt;
I'm doing now.&lt;br&gt;
&lt;br&gt;
Thanks!</description>
    </item>
  </channel>
</rss>

