1 # Test all function, hard way; Use datafiles from demo/
15 # Create and delete figures
16 print "*** Create an empty figure and destroy it"
19 # no args should produce an error
24 # Destroying a non-existing figure does nothing
26 print "*** Create a figure and add signals"
30 # Provide string to delete instead of int does nothing
40 print "** Delete figure 2"
43 print "** Delete figure 2 again"
46 print "** Delete remaining figure"