友だちPython シリーズは、Python の小ネタを短文でお届けします。 小さなエピソードを重ねてPythonと仲良しになれたら、と願ってシリーズ名を付けました。 第2章、2-7「決定木の分析結果を可視化し、分類精度を評価しよう」の「決定木の分類結果の可視化 ...
Pythonで3 元系状態図(ternary phase diagram)を作成するライブラリpython-ternaryを紹介します。 【コラム:データ抽出ツール(WebPlotDigitizer)】 WebPlotDigitizerは、グラフやプロットからデータを抽出するためのツールであり、3元系状態図にも対応しています。
We had a quick introduction to plotting with matplotlib in previous lessons. This lesson covers plotting with Python and matplotlib using a more structured approach. In this section, we'll look into ...
matplotlib 库的 Axes 模块中的 Axes.set_axis_off()函数用于关闭 x 轴和 y 轴,这会影响轴线、刻度、标签、网格和轴标签。
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 ...