I tried Giza on Linux and noticed that a graphic window is erased when it is resized (except when an interactive routine as giza_band is running). However plotting something else, restore all the plot, but as if the window has not changed in size. When the resizing does not erase the window, the plot does not adjust to the new size of the window.
The redraw/erase issue may be due to the fact that the X event loop must have the opportunity to process some events. Do you have any advice for how to do that?
It would be nice to have the plot automatically adjusts to the window size (possibly with a flag to specify whether aspect ratio should be preserved or not).
I can help on both points.
I tried Giza on Linux and noticed that a graphic window is erased when it is resized (except when an interactive routine as
giza_bandis running). However plotting something else, restore all the plot, but as if the window has not changed in size. When the resizing does not erase the window, the plot does not adjust to the new size of the window.The redraw/erase issue may be due to the fact that the X event loop must have the opportunity to process some events. Do you have any advice for how to do that?
It would be nice to have the plot automatically adjusts to the window size (possibly with a flag to specify whether aspect ratio should be preserved or not).
I can help on both points.