0

Seaborn で視覚化したいデータがありますFacetGrid

half_counts = all_counts.loc[all_counts['location_id'] <= 50]
g = sns.FacetGrid(half_counts, col="location_id", col_wrap=10)
g = g.map(sns.pointplot, "invite_sent_time", "q_i_ratio", scale=.7)

ただし、結果のプロットは切り取られます。

ここに画像の説明を入力 これを修正するにはどうすればよいですか?

4

0 に答える 0