itermplot
itermplot copied to clipboard
Run scripts from shell without graph popup window
I'm able to get things working fine when running the commands from within python, but when trying to run from my shell with python3 myScript.py
, the resulting graph pops up as a new window instead of within the terminal. Is there a way to get it to still graph within the terminal when running python scripts from bash?