Opened 16 years ago

Closed 16 years ago

#130 closed enhancement (fixed)

Plotting screen won't "stick"

Reported by: Kate.Brooks@… Owned by: Malte Marquarding
Priority: normal Milestone: ASAP 2.2
Component: General Version: 2.0
Severity: normal Keywords: plotter.plot(q)
Cc:

Description

Hello,

Just a quick question ... how can I get the plotter window to remain up after I have executed a python script. At the moment the window disappears as soon as the next line command is executed (or as once the script ends).

I am using: plotter.plot(q)

Thanks, Kate

Change History (2)

comment:1 Changed 16 years ago by Malte Marquarding

Owner: changed from Malte Marquarding to Malte Marquarding
Status: newassigned

If you execute a script, you could use:

python -i script.py

This will put python into interactive mode which you can exit when you have finished.

comment:2 Changed 16 years ago by Malte Marquarding

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.