From: Michael H. <mh...@al...> - 2005-04-21 21:34:12
|
sven wrote: > i'm using gnuplot to plot waveforms and sonograms under windows. > as i'm having up to 10 plotwindows on the screen it would be nice > to have the possibility to set the positions and sizes of the windows > from py. is it possible and if so, how? If you can do it from the gnuplot program itself, then you can do it from Gnuplot.py. The best place to start would be to start up the command-line version of gnuplot then type "help term windows" and see if it offers any appropriate options. If so, you can set them manually. Michael |