Einführung
In diesem Lab lernst du, wie du mithilfe der Matplotlib-Bibliothek in Python einen gefüllten dreidimensionalen Konturplot in Form eines Dreiecks erstellst. Der Plot wird mit unstrukturierten Dreiecksnetzen und einer benutzerdefinierten Triangulation erstellt. Du wirst in der Lage sein, den Blickwinkel und die Farbskala des Plots zu steuern.
Tipps für die VM
Nachdem der Start der VM abgeschlossen ist, klicke in der oberen linken Ecke, um zur Registerkarte Notebook zu wechseln und Jupyter Notebook für die Übung zu öffnen.
Manchmal musst du einige Sekunden warten, bis Jupyter Notebook vollständig geladen ist. Die Validierung von Vorgängen kann aufgrund der Einschränkungen von Jupyter Notebook nicht automatisiert werden.
Wenn du bei der Lernphase Probleme hast, kannst du Labby gerne fragen. Gib nach der Sitzung Feedback, und wir werden das Problem für dich prompt beheben.
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
python(("Python")) -.-> python/ModulesandPackagesGroup(["Modules and Packages"])
python(("Python")) -.-> python/DataScienceandMachineLearningGroup(["Data Science and Machine Learning"])
matplotlib(("Matplotlib")) -.-> matplotlib/BasicConceptsGroup(["Basic Concepts"])
python(("Python")) -.-> python/BasicConceptsGroup(["Basic Concepts"])
python(("Python")) -.-> python/DataStructuresGroup(["Data Structures"])
matplotlib/BasicConceptsGroup -.-> matplotlib/importing_matplotlib("Importing Matplotlib")
matplotlib/BasicConceptsGroup -.-> matplotlib/figures_axes("Understanding Figures and Axes")
python/BasicConceptsGroup -.-> python/booleans("Booleans")
python/DataStructuresGroup -.-> python/lists("Lists")
python/DataStructuresGroup -.-> python/tuples("Tuples")
python/ModulesandPackagesGroup -.-> python/importing_modules("Importing Modules")
python/DataScienceandMachineLearningGroup -.-> python/numerical_computing("Numerical Computing")
python/DataScienceandMachineLearningGroup -.-> python/data_visualization("Data Visualization")
subgraph Lab Skills
matplotlib/importing_matplotlib -.-> lab-49006{{"Anpassbare 3D-Flächenplots erstellen"}}
matplotlib/figures_axes -.-> lab-49006{{"Anpassbare 3D-Flächenplots erstellen"}}
python/booleans -.-> lab-49006{{"Anpassbare 3D-Flächenplots erstellen"}}
python/lists -.-> lab-49006{{"Anpassbare 3D-Flächenplots erstellen"}}
python/tuples -.-> lab-49006{{"Anpassbare 3D-Flächenplots erstellen"}}
python/importing_modules -.-> lab-49006{{"Anpassbare 3D-Flächenplots erstellen"}}
python/numerical_computing -.-> lab-49006{{"Anpassbare 3D-Flächenplots erstellen"}}
python/data_visualization -.-> lab-49006{{"Anpassbare 3D-Flächenplots erstellen"}}
end