matplotlib configuration for inline backend in jupyter notebook

后端 未结 5 1500
醉酒成梦
醉酒成梦 2020-12-14 09:14

I\'d like to learn how to configure the defaults for matplotlib using the inline backend in jupyter notebook. Specifically, I\'d like to set default \'figure.figsize’ to [7.

5条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-14 09:39

    Use figsize(width,height) in the top cell and it changes width of following plots

提交回复
热议问题