1. はじめに:Pythonデータ可視化の王道「Matplotlib」とは Pythonでデータ分析や機械学習を学ぼうとすると、必ずと言っていいほど耳にするのが「Matplotlib(マットプロットリブ)」というライブラリの名前です。Matplotlibは、Pythonにおけるデータ可視化の ...
前回はNumPy(爆速計算エンジン)とPandas(データの万能ナイフ)を紹介しました。 👉 前回の記事:🔢 データ分析の「二大ツール」NumPyとPandas入門! 今回のテーマはデータの可視化、つまり「数字をグラフにして見えるようにする」技術です。 「先月の ...
It is possible to set a logarithmic scale for one or both axes. This functionality is in fact only one application of a more general transformation system in Matplotlib. Each of the axes' scales are ...