Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
plt.show () を使用していくつかのプロットを表示しようとしています。IPython コンソールにプロットが表示されますが、各図を新しいウィンドウで表示する必要があります。私に何ができる ?
%matplotlib qtiPython コンソールに入力します。これにより、現在のセッションのみが変更されます。今後のために変更するには、 に移動Tools > Preferencesし、 を選択してからまたはiPython Console > Graphicsに設定Graphics Backendします。これはうまくいくはずです。Qt4Qt5
%matplotlib qt
Tools > Preferences
iPython Console > Graphics
Graphics Backend
Qt4
Qt5