plot lines
when I enter my command the figure or the graph doesn't pop up 
and I am using MacBook Pro with ipython 8.23 and python 3.12

Python-3.4.3 Using-plot-command-interactively 04-05 min 50-60 sec 13-04-24, 5:17 p.m. prisha28

Answers:

%matplotlib inlineor%matplotlib qtor%matplotlib tkInsert one of these lines at the beginning of your IPython notebook or script before plotting your graph. This will set the backend to inline, qt, or tk respectively, and may resolve the issue with the plot not popping up on your MacBook Pro.
23-04-24, 3:23 p.m. osjeurkar09@gmail.com


Click here to reply/comment online