Pythonでデータ可視化を行う際、matplotlibとseabornはどちらも強力なライブラリとして知られています。 matplotlibはPythonのデータ可視化ライブラリの基礎とも言える存在で、非常に柔軟性が高く、様々な種類のグラフを作成できます。一方、seabornはmatplotlibを ...
matplotlib の使用法には、大きく分けて2種類のご作法があり、それぞれ explicit (明示的)、implicit (暗示的)と呼ばれています。 explicit な方法は、図の内容物を生成するのと同時にハンドラを受け取って、ハンドラを通してそれらをコントロールします。
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 ...