Einführung
In diesem Lab wird gezeigt, wie man mithilfe der Matplotlib-Bibliothek in Python einen 3D-Stammdiagramm erstellt. Ein Stammdiagramm ist eine Möglichkeit, Datenpunkte zu visualisieren, indem vertikale Linien von einer Grundlinie zu den Datenpunkten gezeichnet werden und an der Spitze ein Marker platziert wird.
Tipps für die virtuelle Maschine
Nachdem der Start der virtuellen Maschine abgeschlossen ist, klicken Sie in der oberen linken Ecke, um zur Registerkarte Notebook zu wechseln und Jupyter Notebook für die Übung zu nutzen.
Manchmal müssen Sie 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 Sie bei der Lernphase Probleme haben, können Sie Labby gerne fragen. Geben Sie nach der Sitzung Feedback ab, und wir werden das Problem für Sie prompt beheben.
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
python(("Python")) -.-> python/DataStructuresGroup(["Data Structures"])
python(("Python")) -.-> python/ModulesandPackagesGroup(["Modules and Packages"])
python(("Python")) -.-> python/PythonStandardLibraryGroup(["Python Standard Library"])
python(("Python")) -.-> python/DataScienceandMachineLearningGroup(["Data Science and Machine Learning"])
matplotlib(("Matplotlib")) -.-> matplotlib/BasicConceptsGroup(["Basic Concepts"])
python(("Python")) -.-> python/BasicConceptsGroup(["Basic Concepts"])
python(("Python")) -.-> python/FunctionsGroup(["Functions"])
matplotlib/BasicConceptsGroup -.-> matplotlib/importing_matplotlib("Importing Matplotlib")
python/BasicConceptsGroup -.-> python/variables_data_types("Variables and Data Types")
matplotlib/BasicConceptsGroup -.-> matplotlib/figures_axes("Understanding Figures and Axes")
python/DataStructuresGroup -.-> python/tuples("Tuples")
python/FunctionsGroup -.-> python/build_in_functions("Build-in Functions")
python/ModulesandPackagesGroup -.-> python/importing_modules("Importing Modules")
python/PythonStandardLibraryGroup -.-> python/data_collections("Data Collections")
python/DataScienceandMachineLearningGroup -.-> python/numerical_computing("Numerical Computing")
python/DataScienceandMachineLearningGroup -.-> python/data_visualization("Data Visualization")
subgraph Lab Skills
matplotlib/importing_matplotlib -.-> lab-48959{{"3D-Stammdiagramm"}}
python/variables_data_types -.-> lab-48959{{"3D-Stammdiagramm"}}
matplotlib/figures_axes -.-> lab-48959{{"3D-Stammdiagramm"}}
python/tuples -.-> lab-48959{{"3D-Stammdiagramm"}}
python/build_in_functions -.-> lab-48959{{"3D-Stammdiagramm"}}
python/importing_modules -.-> lab-48959{{"3D-Stammdiagramm"}}
python/data_collections -.-> lab-48959{{"3D-Stammdiagramm"}}
python/numerical_computing -.-> lab-48959{{"3D-Stammdiagramm"}}
python/data_visualization -.-> lab-48959{{"3D-Stammdiagramm"}}
end