Re: Gnucap Integrated waveform displayer Details
Felix Salfelder <[email protected]>
| Newsgroups | gmane.comp.gnu.gnucap.devel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Jun 04, 2014 at 06:07:50PM +0530, Abhinav singh wrote: > What exactly is the plotting window?? > For a time being plotting window is a simple gtk window with a drawing > area widget in it. It is created and destroyed with every plot > command.This is the main reason why we cannot have multiple window > open at same time. i'm not a gui expoert. anyway, fwiw, i'd try to fork off a process that takes care of *all* windows (either during attach or just before the first plot). the plugin should know about all it's windows. what i'm thinking of is something like this > .store[..] > .tran > .plot windowtitle="transient" <= create window #1 > .ac > .plot windowtitle="ac" <= create another window > .plot list #1 transient #2 ac > .param [..] > .tran > .plot window=1 <= replace plot? or even optionally > .plot window=1 append > plot close 2 > (whatever else) ymmv felix