kreuz

kreuz
from matplotlib import pyplot as plt
from matplotlib.patches import Rectangle
import math

plt.figure()
for i in range(90):
plt.gca().add_patch(Rectangle((0, 0), math.cos(180.0 / math.pi * i), math.sin(180.0 / math.pi * i), alpha=0.1))
plt.show()
reox
Beiträge: 2464
Registriert: 06.06.2006 22:09:47

kreuz


08.01.2019 10:47:33
397

Zurück zu „Bilder vom Forum“