XLPack for Matplotlib Experimental Version 0.1
リファレンスマニュアル
読み取り中…
検索中…
一致する文字列を見つけられません

◆ Gcf()

Function Gcf ( )

現在の figure を得る

目的
現在の figure を得る.
If there is currently no figure on the pyplot figure stack, a new one is created using figure(). (To test whether there is currently a figure on the pyplot figure stack, check whether get_fignums() is empty.)
戻り値
Figure.
Figure オブジェクト.
(エラーの場合 Nothing を返す)