最近,研究活動(おもに実験)で得たデータを計算したり,可視化するのに使っているPython。可視化(グラフ作成)に使うMatplotlib(Seaborn)の使い方をすぐ忘れてしまうので,自分のために書き留めておこうと思う。 x = np.linspace(1,100,100) y = x**2 一番簡単なプロット ...
For several plots I'd like to have a secondary x axis that is a non-affine transformation of the original axis. Following a very old discussion on nabble I recognized that it is only possible, if I ...
Who should read this article: In this article we describe internal workings of the time axis (the x-axis) when plotting Time-Series data in general, and Financial Markets Data in particular. However, ...
Matplotlib is a leading library for data visualisation in Python, essential for creating impressive plots effortlessly. The library has influenced many other popular plotting libraries, highlighting ...