seaborn.JointGrid.plot#

JointGrid.plot(joint_func, marginal_func, **kwargs)#

透過傳遞用於聯合軸和邊際軸的函式來繪製圖形。

此方法將 kwargs 字典傳遞給這兩個函式。如果您需要更多控制,請直接使用特定參數呼叫 JointGrid.plot_joint()JointGrid.plot_marginals()

參數:
joint_func, marginal_func可呼叫物件

用於繪製雙變量和單變量圖形的函式。有關這些函式所需特性的資訊,請參閱上面引用的方法。

kwargs

額外的關鍵字引數將傳遞給這兩個函式。

返回:
JointGrid 實例

為了方便方法鏈接,返回 self