seaborn.PairGrid.map_upper# PairGrid.map_upper(func, **kwargs)# 在上對角子圖上使用雙變數函數繪圖。 參數: func可呼叫的繪圖函數必須接受 x、y 陣列作為位置引數,並在「目前作用中」的 matplotlib Axes 上繪圖。也需要接受名為 color 和 label 的 kwargs。