Animation and Slider: Revision history

From Master of Neuroscience Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 October 2025

  • curprev 17:0817:08, 17 October 2025 Davrot talk contribs 9,797 bytes −15 No edit summary Tag: Visual edit
  • curprev 14:3314:33, 17 October 2025 Davrot talk contribs 9,812 bytes +9,812 Created page with "== The goal == Sometimes a static picture is not enough. Here we will produce an animation from data as well as make data interactively inspectable. Questions to [mailto:davrot@uni-bremen.de David Rotermund] == Test data == <syntaxhighlight lang="python">import numpy as np import matplotlib.pyplot as plt axis = np.arange(-100, 101) / 100.0 x = axis[:, np.newaxis, np.newaxis].copy() y = axis[np.newaxis, :, np.newaxis].copy() z = axis[np.newaxis, np.newaxis, :].copy()..." Tag: Visual edit