Hey,
from mpl_toolkits.mplot3d import Axes3D
import numpy as np
from mpl_toolkits.mplot3d import Axes3D
from mpl_toolkits.mplot3d.art3d import Poly3DCollection
import matplotlib.pyplot as plt
zs = []
xs = []
ys = []
fig = plt.figure()
axrec = Axes3D(fig)
ax = fig.add_subplot(111 ...
Die Suche ergab 4 Treffer
- Donnerstag 11. Juli 2019, 13:54
- Forum: Wissenschaftliches Rechnen
- Thema: PyPlot Rechtecke zeichnen
- Antworten: 0
- Zugriffe: 1711
- Samstag 6. Juli 2019, 16:48
- Forum: Wissenschaftliches Rechnen
- Thema: MatplotLib uniforme Farben
- Antworten: 5
- Zugriffe: 1048
Re: MatplotLib uniforme Farben
Ja schon, aber bei statisch typisierten Sprachen gibt es dafür scheinbar besser dokumentierte Wikis... Wenn ich Pythonwikis lese, versteh ich immer nur Bahnhof...
Liegt wohl an mir.

- Samstag 6. Juli 2019, 15:40
- Forum: Wissenschaftliches Rechnen
- Thema: MatplotLib uniforme Farben
- Antworten: 5
- Zugriffe: 1048
Re: MatplotLib uniforme Farben
Wie ich Python als funktionale Programmier- und dynamische Typsprache hasse -.- Eine Liste darf auch in die Funktion...
Vielen Dank für deine Antwort
Vielen Dank für deine Antwort

- Samstag 6. Juli 2019, 12:22
- Forum: Wissenschaftliches Rechnen
- Thema: MatplotLib uniforme Farben
- Antworten: 5
- Zugriffe: 1048
MatplotLib uniforme Farben
Hey wenn ich dieses Skript ausführe:
'''
==============
3D scatterplot
==============
Demonstration of a basic scatterplot in 3D.
'''
# This import registers the 3D projection, but is otherwise unused.
from mpl_toolkits.mplot3d import Axes3D # noqa: F401 unused import
import matplotlib.pyplot ...
'''
==============
3D scatterplot
==============
Demonstration of a basic scatterplot in 3D.
'''
# This import registers the 3D projection, but is otherwise unused.
from mpl_toolkits.mplot3d import Axes3D # noqa: F401 unused import
import matplotlib.pyplot ...