Difference between revisions of "Resizing Workspace Objects (Coding)"
From Rave Documentation
Deprecated: Optional parameter $attribs declared before required parameter $contents is implicitly treated as a required parameter in /var/www/vhosts/rave.gatech.edu/httpdocs/help/includes/Xml.php on line 131
(Created page with "'''Important Tip:''' When specifying axes positions and x/y/zlim properties, always use single precision variables to ensure that the on-screen display exactly matches the values...") |
|||
Line 1: | Line 1: | ||
− | '''Important Tip:''' When specifying axes positions and x/y/zlim properties, always use single precision variables to ensure that the on-screen display exactly matches the values you specify. Using double precision may cause the displayed objects to be off by 1 pixel, and may cause back and forth jittering during continuous resizing and animations. | + | '''Important Tip:''' When specifying axes positions and x/y/zlim properties, always use single precision variables to ensure that the on-screen display exactly matches the values you specify. Using double precision may cause the displayed objects to be off by 1 pixel, and may cause back and forth jittering during continuous resizing and animations. (This is true for all MATLAB axes, not just in Rave.) |
Revision as of 12:39, 8 October 2012
Important Tip: When specifying axes positions and x/y/zlim properties, always use single precision variables to ensure that the on-screen display exactly matches the values you specify. Using double precision may cause the displayed objects to be off by 1 pixel, and may cause back and forth jittering during continuous resizing and animations. (This is true for all MATLAB axes, not just in Rave.)