daleroberts / itermplot

An awesome iTerm2 backend for Matplotlib, so you can plot directly in your terminal.
1.49k stars 51 forks source link

Run scripts from shell without graph popup window #38

Open khord opened 5 years ago

khord commented 5 years ago

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?