How to do the animated parametric plot with non-static trail

42 Views Asked by At

annotated image of the plot

Application used: everycircuit
Example circuits used (the book icon in the left sidebar):
: "LED Array", "RC step response"

So,

  • the image is of a parametric plot of some quantities on vertical axis (legend indicated by #3 in image), and one quantity on horizontal axis (legend indicated by #2)
  • in this, there's one parameter with respect to which all values are changing (which is time)
  • in the plot, the trail of values is kept for some time then it is erased - the keeping behaviour helps when the system is stable, and the erasing helps a lot to declutter the plot and zoom into the new relevant area/scale when the system changes its characteristics

How to do this animation in other code based data analysis software? like python/octave/julia etc?

Animation i.e.

  • the values changing with change in the parameter (i.e. the normal plot),
  • but the trail shown for only some time (hence, non-static)
  • while still retaining some way to change the parameter, and see which point corresponds to that (also known as "track" the plot)
0

There are 0 best solutions below