採用された回答

Jan
Jan 2012 年 2 月 6 日

0 投票

If a drawn line is deleted, the remaining figure can be re-drawn in different ways:
  • 'normal': The figure is re-drawn from scratch without the deleted line. This is accurate, but time-consuming.
  • 'none': The deleted line is not removed from the figure actively. This is fast, but of course the line does not vanish before the figure is redrawn manually, e.g. by refresh.
  • 'xor': The line pixels are xor'ed. For overlapping objects this does not delete the line accurately.
  • 'background': Replace line pixels by the background color. This removes pixels of objects under the drawn line also.
Adding graphic objects with 'EraseMode' set to 'none' does not trigger a redrawing of the scene. This can help to avoid flickering in animations.

その他の回答 (1 件)

カテゴリ

ヘルプ センター および File ExchangeGraphics Performance についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by