set_facecolor

matplotlib

[matplotlib] 101. subfiguresで複数の図を任意の位置に配置する

matplotlibのsubfiguresで複数の図を任意の位置に配置したグラフを作成する方法について説明する。
matplotlib 3D

[matplotlib 3D] 58. 3Dplotの面(pane)とその枠線の色を変更して表示

matplotlib mplot3dで作成する3Dグラフの面の色と面のエッジの色を変更して表示する方法について説明する。
jupyter notebook, lab

[matplotlib] 91. マウスオーバーイベントで九九表(Multiplication tables)

matplotlibのaxes_enter_event、axes_leave_eventを使ってaxesの背景色を変えて、マウスオーバーすると答えが出る九九表を作成する。