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).
- 14:27, 17 October 2025 Davrot talk contribs created page Simple plot and imshow examples (Created page with "== The goal == Questions to [mailto:davrot@uni-bremen.de David Rotermund]<blockquote>'''pylab''' is a historic interface and '''its use is strongly discouraged'''. The equivalent replacement is matplotlib.pyplot</blockquote> == Simple example with plot == <div class="figure"> File:6 0.png </div><syntaxhighlight lang="python">import numpy as np import matplotlib.pyplot as plt # type: ignore f: float = 10 t = np.linspace(0, 1.0, 10000) y = np.sin(t * 2 * np.pi * f)...") Tag: Visual edit