Einführung
In diesem Lab lernst du, wie du mit der Matplotlib-Bibliothek in Python Diagramme mit geteilten Achsen erstellst. Geteilte Achsen können nützlich sein, wenn du verschiedene Datensätze mit der gleichen Skala vergleichen möchtest.
Tipps für die VM
Nachdem der VM-Start abgeschlossen ist, klicke in der oberen linken Ecke, um zur Registerkarte Notebook zu wechseln und Jupyter Notebook für die Übung zu nutzen.
Manchmal musst du einige Sekunden warten, bis Jupyter Notebook vollständig geladen ist. Die Validierung von Vorgängen kann aufgrund von Einschränkungen in 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
matplotlib(("Matplotlib")) -.-> matplotlib/BasicConceptsGroup(["Basic Concepts"])
python(("Python")) -.-> python/DataStructuresGroup(["Data Structures"])
python(("Python")) -.-> python/BasicConceptsGroup(["Basic Concepts"])
matplotlib(("Matplotlib")) -.-> matplotlib/PlottingDataGroup(["Plotting Data"])
matplotlib(("Matplotlib")) -.-> matplotlib/AdvancedPlottingGroup(["Advanced Plotting"])
python(("Python")) -.-> python/ModulesandPackagesGroup(["Modules and Packages"])
python(("Python")) -.-> python/DataScienceandMachineLearningGroup(["Data Science and Machine Learning"])
matplotlib/BasicConceptsGroup -.-> matplotlib/importing_matplotlib("Importing Matplotlib")
matplotlib/BasicConceptsGroup -.-> matplotlib/figures_axes("Understanding Figures and Axes")
python/BasicConceptsGroup -.-> python/booleans("Booleans")
matplotlib/PlottingDataGroup -.-> matplotlib/line_plots("Line Plots")
python/DataStructuresGroup -.-> python/tuples("Tuples")
matplotlib/AdvancedPlottingGroup -.-> matplotlib/subplots("Subplots")
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-48926{{"Matplotlib geteilte Achse"}}
matplotlib/figures_axes -.-> lab-48926{{"Matplotlib geteilte Achse"}}
python/booleans -.-> lab-48926{{"Matplotlib geteilte Achse"}}
matplotlib/line_plots -.-> lab-48926{{"Matplotlib geteilte Achse"}}
python/tuples -.-> lab-48926{{"Matplotlib geteilte Achse"}}
matplotlib/subplots -.-> lab-48926{{"Matplotlib geteilte Achse"}}
python/importing_modules -.-> lab-48926{{"Matplotlib geteilte Achse"}}
python/numerical_computing -.-> lab-48926{{"Matplotlib geteilte Achse"}}
python/data_visualization -.-> lab-48926{{"Matplotlib geteilte Achse"}}
end