tags:

views:

149

answers:

0

Hey, I have a python application that opens some plots for me and then asks the user for input. The problem is, that after opening the plot, the focus isn't on the terminal anymore, so you have to click or tab to it manually.

I would like to set the focus to the terminal window with python - is that possible?

I'm using gnuplot.py, maybe there is an option to open the plot in the background?

Thanks!