Wie kommt man matplotlib.pyplotdazu, frühere Handlungen zu "vergessen"? Ich versuche, mehrere Male mit zu zeichnen matplotlib.pyplot Der Code sieht folgendermaßen aus: def plottest(): import numpy as np import matplotlib.pyplot as plt a=np.random.rand(10,) b=np.random.rand(10,)...