研究で測定したデータのベースラインをエクセルで引いていると手作業によるミスが生じるが、データが少し汚いので全自動でベースラインを引くと望ましくないベースラインが引かれてしまうので、手作業を支援するツールを作ろうと思った。 まずは ...
I've been plotting timeseries data using the matplotlib.dates module and have come across an issue when using it in conjunction with the subplot command. For figures with greater than one subplot in a ...
The subplot() function takes three arguments that describes the layout of the figure. The layout is organized in rows and columns, which are represented by the first and second argument. The third ...