Einführung
In diesem Lab werden Sie durch die Erstellung eines Pfeilplots mit Matplotlib in Python geführt. Ein Pfeilplot zeigt Vektorfelder als Pfeile an. Er eignet sich zur Visualisierung von Fluidströmungen, elektrischen und magnetischen Feldern sowie anderer Arten von Vektorfeldern.
Tipps für die VM
Nachdem der VM-Start 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 prompt beheben.
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
matplotlib(("Matplotlib")) -.-> matplotlib/BasicConceptsGroup(["Basic Concepts"])
python(("Python")) -.-> python/DataStructuresGroup(["Data Structures"])
python(("Python")) -.-> python/ModulesandPackagesGroup(["Modules and Packages"])
matplotlib(("Matplotlib")) -.-> matplotlib/SpecializedPlotsGroup(["Specialized Plots"])
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/DataStructuresGroup -.-> python/tuples("Tuples")
python/ModulesandPackagesGroup -.-> python/importing_modules("Importing Modules")
matplotlib/SpecializedPlotsGroup -.-> matplotlib/quiver_plots("Quiver Plots")
python/DataScienceandMachineLearningGroup -.-> python/numerical_computing("Numerical Computing")
python/DataScienceandMachineLearningGroup -.-> python/data_visualization("Data Visualization")
subgraph Lab Skills
matplotlib/importing_matplotlib -.-> lab-48894{{"Matplotlib Pfeilplot"}}
matplotlib/figures_axes -.-> lab-48894{{"Matplotlib Pfeilplot"}}
python/tuples -.-> lab-48894{{"Matplotlib Pfeilplot"}}
python/importing_modules -.-> lab-48894{{"Matplotlib Pfeilplot"}}
matplotlib/quiver_plots -.-> lab-48894{{"Matplotlib Pfeilplot"}}
python/numerical_computing -.-> lab-48894{{"Matplotlib Pfeilplot"}}
python/data_visualization -.-> lab-48894{{"Matplotlib Pfeilplot"}}
end