Einführung
In diesem Tutorial wird Ihnen die Verwendung der Matplotlib-Bibliothek zum Erstellen eines QuadMesh-Diagramms gezeigt. QuadMesh ist eine schnellere Verallgemeinerung der pcolor-Funktion, jedoch mit einigen Einschränkungen. Die Demo in diesem Tutorial wird einen Fehler in QuadMesh mit maskierten Daten veranschaulichen.
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 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 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/BasicConceptsGroup(["Basic Concepts"])
python(("Python")) -.-> python/FunctionsGroup(["Functions"])
python(("Python")) -.-> python/ModulesandPackagesGroup(["Modules and Packages"])
python(("Python")) -.-> python/DataStructuresGroup(["Data Structures"])
matplotlib(("Matplotlib")) -.-> matplotlib/AdvancedTopicsGroup(["Advanced Topics"])
python(("Python")) -.-> python/DataScienceandMachineLearningGroup(["Data Science and Machine Learning"])
matplotlib/BasicConceptsGroup -.-> matplotlib/importing_matplotlib("Importing Matplotlib")
python/DataStructuresGroup -.-> python/lists("Lists")
python/DataStructuresGroup -.-> python/tuples("Tuples")
python/FunctionsGroup -.-> python/build_in_functions("Build-in Functions")
python/ModulesandPackagesGroup -.-> python/importing_modules("Importing Modules")
python/ModulesandPackagesGroup -.-> python/using_packages("Using Packages")
matplotlib/AdvancedTopicsGroup -.-> matplotlib/matplotlib_config("Customizing Matplotlib Configurations")
python/DataScienceandMachineLearningGroup -.-> python/numerical_computing("Numerical Computing")
python/DataScienceandMachineLearningGroup -.-> python/data_visualization("Data Visualization")
subgraph Lab Skills
matplotlib/importing_matplotlib -.-> lab-48892{{"Matplotlib QuadMesh Plotting Tutorial"}}
python/lists -.-> lab-48892{{"Matplotlib QuadMesh Plotting Tutorial"}}
python/tuples -.-> lab-48892{{"Matplotlib QuadMesh Plotting Tutorial"}}
python/build_in_functions -.-> lab-48892{{"Matplotlib QuadMesh Plotting Tutorial"}}
python/importing_modules -.-> lab-48892{{"Matplotlib QuadMesh Plotting Tutorial"}}
python/using_packages -.-> lab-48892{{"Matplotlib QuadMesh Plotting Tutorial"}}
matplotlib/matplotlib_config -.-> lab-48892{{"Matplotlib QuadMesh Plotting Tutorial"}}
python/numerical_computing -.-> lab-48892{{"Matplotlib QuadMesh Plotting Tutorial"}}
python/data_visualization -.-> lab-48892{{"Matplotlib QuadMesh Plotting Tutorial"}}
end