Re: wave copies
Abhinav singh <[email protected]>
| Newsgroups | gmane.comp.gnu.gnucap.devel |
|---|---|
| Message-ID | <CAPzf0gKtTGPJ9cLQjQzZ0n0Cm2z=SWhJC3PodZbwtQhnF9DWBg@mail.gmail.com> |
On Mon, Jun 16, 2014 at 12:02 AM, Felix Salfelder <[email protected]> wrote: > On Sun, Jun 15, 2014 at 11:35:12PM +0530, Abhinav singh wrote: >> I tried to store created graph structure in a map though successful but >> have to change when Mr. Davis pointed out to use wave directly.Now wave >> data changes with each simulation and this data is directly used for >> plotting. So plot will also change with changing data as dynamic plotting >> is on here. > > maybe "use wave directly" means "use the wave class directly" and not > "use the instance of the wave (that is subject to change) directly". > converting wave data into a custom map doesn't sound very useful indeed. > > so how about stashing waves-to-be-plotted within the gtk/gui process as > i suggested? > Trying the same..only transferring data which is needed and keeping it constant till the next same type of simulation runs.