今回は、Matplotlibで実際に数値をプロットしてみます。 参考にしているコードを見てみると、Axes の scatterメソッドを使用して数値をプロットしています。 ax.scatter(x, y, marker=symbol[sign(chg)], s=175) scatter は散布図を描画するメソッドで、参考コードは散布図の ...
時系列データを鮮明に描き出す折れ線グラフの装飾 Pythonのデータ可視化ライブラリ「Matplotlib」において、最も基本的かつ多用されるのが折れ線グラフです。単に数値を線で結ぶだけでなく、線の種類や色、データポイントを示すマーカーを適切に装飾する ...
[Plotly Express](/python/plotly-express/) is the easy-to-use, high-level interface to Plotly, which [operates on a variety of types of data](/python/px-arguments ...
How to make scatter plots on maps in Python. Scatter plots on maps highlight geographic areas and can be colored by value.