11010tianyi / playwith

Automatically exported from code.google.com/p/playwith
0 stars 2 forks source link

avoid replotting for simple redraws #38

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
for simple redraws such as removing/editing labels,
or removing/editing annotations:

look at using either
  - recordPlot / replayPlot; or
  - saved GdkDrawable buffer

to redraw quickly.

Original issue reported on code.google.com by foolish.android on 31 Jul 2008 at 7:35

GoogleCodeExporter commented 8 years ago
also for "back" / "undo"?
would also need to re-establish grid viewports, trellis.last.object

Original comment by foolish.android on 5 Aug 2008 at 9:47

GoogleCodeExporter commented 8 years ago
too hard to use pixbuf redraws (since need to set up viewports etc);

not much benefit in using recordPlot/replayPlot since most time is (usually) in
drawing operations.

Original comment by foolish.android on 5 Nov 2008 at 3:56