Einführung
In diesem Tutorial lernen wir, wie man horizontale oder vertikale Linien und Rechtecke erstellt, die die Achsen überspannen, und Linien mit beliebiger Ausrichtung, die die Achsen überspannen, mithilfe der Matplotlib-Bibliothek in Python.
VM-Tipps
Nachdem die VM gestartet 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 von Einschränkungen in 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 prompt beheben.
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
matplotlib(("Matplotlib")) -.-> matplotlib/PlottingDataGroup(["Plotting Data"])
python(("Python")) -.-> python/DataStructuresGroup(["Data Structures"])
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"])
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/DataScienceandMachineLearningGroup -.-> python/numerical_computing("Numerical Computing")
python/DataScienceandMachineLearningGroup -.-> python/data_visualization("Data Visualization")
subgraph Lab Skills
matplotlib/importing_matplotlib -.-> lab-48566{{"Erstellen von horizontalen und vertikalen Achsen mit Matplotlib"}}
matplotlib/figures_axes -.-> lab-48566{{"Erstellen von horizontalen und vertikalen Achsen mit Matplotlib"}}
python/comments -.-> lab-48566{{"Erstellen von horizontalen und vertikalen Achsen mit Matplotlib"}}
matplotlib/line_plots -.-> lab-48566{{"Erstellen von horizontalen und vertikalen Achsen mit Matplotlib"}}
python/tuples -.-> lab-48566{{"Erstellen von horizontalen und vertikalen Achsen mit Matplotlib"}}
python/importing_modules -.-> lab-48566{{"Erstellen von horizontalen und vertikalen Achsen mit Matplotlib"}}
python/numerical_computing -.-> lab-48566{{"Erstellen von horizontalen und vertikalen Achsen mit Matplotlib"}}
python/data_visualization -.-> lab-48566{{"Erstellen von horizontalen und vertikalen Achsen mit Matplotlib"}}
end