Mercurial > hg > octave-lyh
comparison scripts/ChangeLog @ 9478:7e1e90837fef
Avoid the flickering x11 window seen with rapid gnuplot updates.
author | Ben Abbott <bpabbott@mac.com> |
---|---|
date | Sun, 02 Aug 2009 16:52:12 -0400 |
parents | 4d3d90253e8a |
children | d9716e3ee0dd |
comparison
equal
deleted
inserted
replaced
9477:4d3d90253e8a | 9478:7e1e90837fef |
---|---|
1 2009-08-02 Ben Abbott <bpabbott@mac.com> | |
2 | |
3 * plot/gnuplot_drawnow.m: Avoid the flickering x11 window seen with | |
4 rapid replots by avoidng setting multiplot mode. This fix only | |
5 functions for a single axes with no image objects. | |
6 * plot/__go_draw_figure__.m: Move 'set multiplot' to gnuplot_drawnow. | |
7 | |
1 2009-07-31 Jaroslav Hajek <highegg@gmail.com> | 8 2009-07-31 Jaroslav Hajek <highegg@gmail.com> |
2 | 9 |
3 * general/common_size: Optimize. | 10 * general/common_size: Optimize. |
4 | 11 |
5 2009-07-29 Ben Abbott <bpabbott@mac.com> | 12 2009-07-29 Ben Abbott <bpabbott@mac.com> |