matplotlib [matplotlib] 101. subfiguresで複数の図を任意の位置に配置する matplotlibのsubfiguresで複数の図を任意の位置に配置したグラフを作成する方法について説明する。 2021.04.14 matplotlibpython
matplotlib 3D [matplotlib 3D] 58. 3Dplotの面(pane)とその枠線の色を変更して表示 matplotlib mplot3dで作成する3Dグラフの面の色と面のエッジの色を変更して表示する方法について説明する。 2020.11.13 matplotlib 3Dpython
jupyter notebook, lab [matplotlib] 91. マウスオーバーイベントで九九表(Multiplication tables) matplotlibのaxes_enter_event、axes_leave_eventを使ってaxesの背景色を変えて、マウスオーバーすると答えが出る九九表を作成する。 2020.10.02 jupyter notebook, labmatplotlibNumPypython