はじめに
Matplotlibは、Pythonにおけるデータ可視化に使用されるライブラリです。TeXマスケットテキストまたはUnicodeを介して、アクセント付き文字をサポートしています。このチュートリアルでは、Matplotlibでアクセント付きテキストを使用する方法を示します。
VMのヒント
VMの起動が完了した後、左上隅をクリックしてノートブックタブに切り替え、Jupyter Notebookを使って練習しましょう。
時々、Jupyter Notebookが読み込み終了するまで数秒待つ必要がある場合があります。Jupyter Notebookの制限により、操作の検証を自動化することはできません。
学習中に問題に遭遇した場合は、Labbyにお問い合わせください。セッション後にフィードバックを提供してください。そうすれば、迅速に問題を解決します。
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
python(("Python")) -.-> python/DataScienceandMachineLearningGroup(["Data Science and Machine Learning"])
matplotlib(("Matplotlib")) -.-> matplotlib/BasicConceptsGroup(["Basic Concepts"])
python(("Python")) -.-> python/BasicConceptsGroup(["Basic Concepts"])
matplotlib(("Matplotlib")) -.-> matplotlib/PlottingDataGroup(["Plotting Data"])
python(("Python")) -.-> python/FunctionsGroup(["Functions"])
python(("Python")) -.-> python/ModulesandPackagesGroup(["Modules and Packages"])
python(("Python")) -.-> python/DataStructuresGroup(["Data Structures"])
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/DataStructuresGroup -.-> python/sets("Sets")
python/FunctionsGroup -.-> python/build_in_functions("Build-in Functions")
python/ModulesandPackagesGroup -.-> python/importing_modules("Importing Modules")
python/DataScienceandMachineLearningGroup -.-> python/data_visualization("Data Visualization")
subgraph Lab Skills
matplotlib/importing_matplotlib -.-> lab-48530{{"Matplotlib によるアクセント付きテキストの可視化"}}
matplotlib/figures_axes -.-> lab-48530{{"Matplotlib によるアクセント付きテキストの可視化"}}
python/comments -.-> lab-48530{{"Matplotlib によるアクセント付きテキストの可視化"}}
matplotlib/line_plots -.-> lab-48530{{"Matplotlib によるアクセント付きテキストの可視化"}}
python/tuples -.-> lab-48530{{"Matplotlib によるアクセント付きテキストの可視化"}}
python/sets -.-> lab-48530{{"Matplotlib によるアクセント付きテキストの可視化"}}
python/build_in_functions -.-> lab-48530{{"Matplotlib によるアクセント付きテキストの可視化"}}
python/importing_modules -.-> lab-48530{{"Matplotlib によるアクセント付きテキストの可視化"}}
python/data_visualization -.-> lab-48530{{"Matplotlib によるアクセント付きテキストの可視化"}}
end