【发布时间】:2016-08-16 12:12:03
【问题描述】:
如果我尝试在 jupyter notebook 中使用
%matplotlib notebook
import seaborn as sns
...
plt.grid()
网格不可见。 如果我在普通 python 中尝试相同(不是 jupyter notebook,没有 %matplotlib),网格很好。
【问题讨论】:
-
我也有同样的问题。无法确定如何打开它。
标签: matplotlib jupyter seaborn