Opened 17 years ago
Closed 17 years ago
#130 closed enhancement (fixed)
Plotting screen won't "stick"
| Reported by: | 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 by , 17 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

If you execute a script, you could use:
This will put python into interactive mode which you can
exitwhen you have finished.