matplotlib python inline on/off

前端 未结 4 1350
轻奢々
轻奢々 2020-12-05 08:51

If I start an ipython notebook with matplotlib inlined, is there a way to subsequently plot a figure so that it shows in the \"standard\", non-inlined, way, without having t

4条回答
  •  萌比男神i
    2020-12-05 09:50

    It depends on the exact configuration of your matplotlib, but you can switch between inline and one of 'osx', 'qt4', 'qt5', 'gtk3', 'wx', 'qt', 'gtk', 'tk' (some are aliases of other). just use %matplotlib to switch. Depending on conditions you migh have only access to one of these.

提交回复
热议问题