Main public logs

From Master of Neuroscience Wiki

Combined display of all available logs of Master of Neuroscience Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 14:33, 17 October 2025 Davrot talk contribs created page Animation and Slider (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