はじめに
Matplotlibは、Pythonにおける強力なデータ可視化ライブラリです。Pythonでグラフやプロットを作成するための幅広いツールを提供します。このチュートリアルでは、pyplotを使ってテキストと数式を作成する方法を学びます。
VMのヒント
VMの起動が完了したら、左上隅をクリックしてノートブックタブに切り替え、Jupyter Notebookを使って練習しましょう。
時々、Jupyter Notebookが読み込み終了するまで数秒待つ必要がある場合があります。Jupyter Notebookの制限により、操作の検証を自動化することはできません。
学習中に問題に遭遇した場合は、Labbyにお問い合わせください。セッション後にフィードバックを提供してください。そうすれば、迅速に問題を解決します。
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"])
matplotlib(("Matplotlib")) -.-> matplotlib/BasicConceptsGroup(["Basic Concepts"])
matplotlib(("Matplotlib")) -.-> matplotlib/PlotCustomizationGroup(["Plot Customization"])
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/PlotCustomizationGroup -.-> matplotlib/titles_labels("Adding Titles and Labels")
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-48888{{"Pyplot を使ったテキストと数式の作成"}}
matplotlib/figures_axes -.-> lab-48888{{"Pyplot を使ったテキストと数式の作成"}}
matplotlib/line_plots -.-> lab-48888{{"Pyplot を使ったテキストと数式の作成"}}
python/lists -.-> lab-48888{{"Pyplot を使ったテキストと数式の作成"}}
python/tuples -.-> lab-48888{{"Pyplot を使ったテキストと数式の作成"}}
matplotlib/titles_labels -.-> lab-48888{{"Pyplot を使ったテキストと数式の作成"}}
python/importing_modules -.-> lab-48888{{"Pyplot を使ったテキストと数式の作成"}}
python/numerical_computing -.-> lab-48888{{"Pyplot を使ったテキストと数式の作成"}}
python/data_visualization -.-> lab-48888{{"Pyplot を使ったテキストと数式の作成"}}
end