時系列データを鮮明に描き出す折れ線グラフの装飾 Pythonのデータ可視化ライブラリ「Matplotlib」において、最も基本的かつ多用されるのが折れ線グラフです。単に数値を線で結ぶだけでなく、線の種類や色、データポイントを示すマーカーを適切に装飾する ...
Pythonで3 元系状態図(ternary phase diagram)を作成するライブラリpython-ternaryを紹介します。 【コラム:データ抽出ツール(WebPlotDigitizer)】 WebPlotDigitizerは、グラフやプロットからデータを抽出するためのツールであり、3元系状態図にも対応しています。
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 ...