Einführung
In diesem Tutorial lernen wir, wie man logarithmische Skalierungen für die x- und y-Achse in Python mit Matplotlib erstellt. Ein doppelt logarithmisches Diagramm ist ein Diagramm, bei dem sowohl die x-Achse als auch die y-Achse logarithmisch skaliert sind. Dies ermöglicht es uns, Daten, die über mehrere Größenordnungen reichen, kompakt und informativ darzustellen.
Tipps für die virtuelle Maschine
Nachdem der Start der virtuellen Maschine 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"])
matplotlib(("Matplotlib")) -.-> matplotlib/PlottingDataGroup(["Plotting Data"])
matplotlib(("Matplotlib")) -.-> matplotlib/AdvancedPlottingGroup(["Advanced Plotting"])
python(("Python")) -.-> python/ModulesandPackagesGroup(["Modules and Packages"])
python(("Python")) -.-> python/FileHandlingGroup(["File Handling"])
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")
matplotlib/PlottingDataGroup -.-> matplotlib/line_plots("Line Plots")
python/DataStructuresGroup -.-> python/lists("Lists")
python/DataStructuresGroup -.-> python/tuples("Tuples")
matplotlib/AdvancedPlottingGroup -.-> matplotlib/log_scale("Logarithmic Scale")
python/ModulesandPackagesGroup -.-> python/importing_modules("Importing Modules")
python/FileHandlingGroup -.-> python/with_statement("Using with Statement")
python/DataScienceandMachineLearningGroup -.-> python/data_visualization("Data Visualization")
subgraph Lab Skills
matplotlib/importing_matplotlib -.-> lab-48557{{"Logarithmische Skalierungen erstellen"}}
matplotlib/figures_axes -.-> lab-48557{{"Logarithmische Skalierungen erstellen"}}
matplotlib/line_plots -.-> lab-48557{{"Logarithmische Skalierungen erstellen"}}
python/lists -.-> lab-48557{{"Logarithmische Skalierungen erstellen"}}
python/tuples -.-> lab-48557{{"Logarithmische Skalierungen erstellen"}}
matplotlib/log_scale -.-> lab-48557{{"Logarithmische Skalierungen erstellen"}}
python/importing_modules -.-> lab-48557{{"Logarithmische Skalierungen erstellen"}}
python/with_statement -.-> lab-48557{{"Logarithmische Skalierungen erstellen"}}
python/data_visualization -.-> lab-48557{{"Logarithmische Skalierungen erstellen"}}
end