How to remove right border in sns distplot?

前端 未结 0 867
深忆病人
深忆病人 2021-01-28 23:36

I have data like this:

import numpy as np
data = np.random.uniform(-1,1,[10,10])

I want to plot a distribution of this data, I tried this:

相关标签:
回答
  • 消灭零回复
提交回复
热议问题