Pythonの環境を作って勉強とか実装テストするとなると、今までなら「Jupyter Notebook」をローカルで立ててやっていたのだが、もうそんなことをせずともクラウド使ってどこでも実行環境を得られるようになった!スマホでもできちゃう!それが「google Colab ...
2025年3月6日に、新刊『まんが Excelで統計学入門』(構成・すがやみつる/作画・智山マイコ/技術評論社/2,020円)が発売になりました。 本書は、大学で統計学が必須の大学生やマーケティングで統計学を必要とする社会人を対象に、Excelを使って「統計 ...
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 ...
Getting figures containing two plots is relatively easy with matplotlib, but there are two face to do it. With the MATLAB-Style interface and the Object-oriented interface. Where the object-oriented ...
When you have a time scale along the horizontal axis, the line plot is your friend. But in many other cases, when you're trying to assess if there's a correlation between two variables, for example, ...