jupyter notebook, lab [matplotlib] 91. マウスオーバーイベントで九九表(Multiplication tables) matplotlibのaxes_enter_event、axes_leave_eventを使ってaxesの背景色を変えて、マウスオーバーすると答えが出る九九表を作成する。 2020.10.02 NumPyjupyter notebook, labmatplotlibpython
matplotlib [matplotlib animation] 81.バウンドするボール matplotlibのFuncAnimationで自由落下と反発係数を考慮したバウンドのアニメーションを表示する。 2020.06.07 NumPymatplotlibmatplotlib Animationpython
ipywidgets [ipywidgets] 24. Dropdownでデータを選択してそのヒストグラムを表示(matplotlib & seaborn) jupyter notebook, labで対話的な操作ができる機能(ipywidgets)のドロップダウンでデータを選択してそのヒストグラムを表示する方法について説明する。 2020.04.18 NumPyipywidgetsmatplotlibpythonseaborn
NumPy [NumPy] 11. NumPy配列におけるNaNの様々な処理方法 NumPy配列のNaN値(欠損値)を検出、置換、削除する方法について解説します。データ分析時に必要なNaN処理の基本的なテクニックから応用まで網羅的に紹介します。 2019.12.22 NumPypython
NumPy [NumPy] 21. np.linspace()の使い方 NumPyのlinspace()は、startからstopの間を指定の個数で等間隔に区切った配列を生成する関数である。 2019.09.10 NumPypython
matplotlib 3D [NumPy] 20.配列のスライスをボクセルグラフで可視化 いろいろなスライス方法をmatplotlib mplot3dのvoxelグラフで可視化した例について説明する。 2019.07.13 NumPymatplotlib 3Dpython
matplotlib 3D [matplotlib animation] 47. Voxelで作成したNumPyロゴの色変化アニメーション(カラー) Voxelグラフで作成したNumPyロゴの色を変化させたアニメーションをmatplotlib FuncAnimationで表示する。 2019.06.21 NumPymatplotlib 3Dmatplotlib Animationpython