Einführung
Beim Datenvisualisierung ist es oft erforderlich, mehrere Diagramme in einer einzigen Abbildung zu zeichnen. Matplotlib ermöglicht uns dies mit Hilfe von Teilabbildungen. In diesem Lab werden wir lernen, wie man Teilabbildungen in Matplotlib erstellt.
Tipps für die virtuelle Maschine (VM)
Nachdem der Start der VM abgeschlossen ist, klicken Sie in der oberen linken Ecke, um zur Registerkarte Notebook zu wechseln und Jupyter Notebook für die Übung zu öffnen.
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, und wir werden das Problem für Sie sofort beheben.
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
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(("Matplotlib")) -.-> matplotlib/PlottingDataGroup(["Plotting Data"])
python(("Python")) -.-> python/ModulesandPackagesGroup(["Modules and Packages"])
matplotlib/BasicConceptsGroup -.-> matplotlib/importing_matplotlib("Importing Matplotlib")
matplotlib/BasicConceptsGroup -.-> matplotlib/figures_axes("Understanding Figures and Axes")
python/BasicConceptsGroup -.-> python/comments("Comments")
matplotlib/PlottingDataGroup -.-> matplotlib/line_plots("Line Plots")
python/DataStructuresGroup -.-> python/tuples("Tuples")
python/ModulesandPackagesGroup -.-> python/importing_modules("Importing Modules")
python/ModulesandPackagesGroup -.-> python/standard_libraries("Common Standard Libraries")
python/DataScienceandMachineLearningGroup -.-> python/numerical_computing("Numerical Computing")
python/DataScienceandMachineLearningGroup -.-> python/data_visualization("Data Visualization")
subgraph Lab Skills
matplotlib/importing_matplotlib -.-> lab-48966{{"Matplotlib Teilabbildungen erstellen - Tutorial"}}
matplotlib/figures_axes -.-> lab-48966{{"Matplotlib Teilabbildungen erstellen - Tutorial"}}
python/comments -.-> lab-48966{{"Matplotlib Teilabbildungen erstellen - Tutorial"}}
matplotlib/line_plots -.-> lab-48966{{"Matplotlib Teilabbildungen erstellen - Tutorial"}}
python/tuples -.-> lab-48966{{"Matplotlib Teilabbildungen erstellen - Tutorial"}}
python/importing_modules -.-> lab-48966{{"Matplotlib Teilabbildungen erstellen - Tutorial"}}
python/standard_libraries -.-> lab-48966{{"Matplotlib Teilabbildungen erstellen - Tutorial"}}
python/numerical_computing -.-> lab-48966{{"Matplotlib Teilabbildungen erstellen - Tutorial"}}
python/data_visualization -.-> lab-48966{{"Matplotlib Teilabbildungen erstellen - Tutorial"}}
end