The first animation (slide 10) updates a 3d surface frame by frame - the noise added could also be the result of an intensive calculation or a real-time signal. There is a demo in the GR example section showing a 3d power spectrum calculated from the microphone audio input ...
On Saturday, July 30, 2016 at 11:12:43 AM UTC+2, Thomas Hudson wrote: > > This isn't quite what I want: as with the discussion above, while > the example code has a sequence of predetermined graphs to be plotted, what > I'm really interested in is plotting the results of a more > intensive calculation frame by frame as it runs, rather than doing the > calculation of the entire trajectory, and plotting a manipulable plot after > the fact. > > Nevertheless, it's useful to know that you can do some fancy plot > manipulation in this way! > > On Saturday, 30 July 2016, Josef Heinen <[email protected] <javascript:>> > wrote: > >> This >> <https://www.google.com/url?q=https%3A%2F%2Ftwitter.com%2Fjosef_heinen%2Fstatus%2F702885176385380352&sa=D&sntz=1&usg=AFQjCNEJK8hXL6FHoVnKwwDh6beMFSxM5w> >> is >> probably what you are looking for. If you need special Matplotlib features, >> you can even mix GR and PyPlot (see slides 10 and 13 from my >> <http://www.google.com/url?q=http%3A%2F%2Fpgi-jcns.fz-juelich.de%2Fpub%2Fdoc%2FSciPy_2016%2Fhtml&sa=D&sntz=1&usg=AFQjCNGc29rCC-bHqkKzSLgCf7DP3t0iFQ> >> SciPy >> 2016 talk which demonstrate the performance and interoperability) >> >> On Friday, July 29, 2016 at 5:03:11 PM UTC+2, Christoph Ortner wrote: >>> >>> Thanks for figuring this out, Tom. I'd also be interested in a Reactive >>> and Interact solution. >>> >> >>
