(show summary)

(show notes tval dish allDish) 
(show val tval dish allDish) 

*** one dishnet
(mkNSaveDishNet RKB DishNets rasDish)

*** the allDish dishnet
(mkNSaveAllDish RKB DishNets)

*** a list of dishnets
(mkNSaveDishNets RKB DishNets rasDish tgfaDish)

(Dishes2Json RKB QQQ)



*** recolor the graph different colors for different cells
****  need to do for each graph -- with correct graph number
(g2dexe graphics2d (apply colorCE "graph2"))

(g2dexe graphics2d (apply colorLoc "graph2" "INCo"))

**** turn on IOP/g2d VERBOSITY
 (g2dexe graphics2d (supdate "g2d.util.ActorMsg" "VERBOSE" (boolean true)))
 (g2dexe graphics2d (supdate "g2d.Main" "DEBUG" (boolean true)))

**** turn off IOP/g2d VERBOSITY
 (g2dexe graphics2d (supdate "g2d.util.ActorMsg" "VERBOSE" (boolean false)))
 (g2dexe graphics2d (supdate "g2d.Main" "DEBUG" (boolean false)))

**** saving LoLa input  (by turning on loladebug)
(g2dexe graphics2d (seq (define lolaDebug (boolean true)) (invoke java.lang.System.err "println" (concat "lolaDebug = " lolaDebug))))

**** by turning off loladebug
(g2dexe graphics2d (seq (define lolaDebug (boolean false)) (invoke java.lang.System.err "println" (concat "lolaDebug = " lolaDebug))))


**** printing out some graph attribute
 (g2dexe graphics2d (invoke java.lang.System.err "println" (getAttr (fetch "graph6") "kbname")))

**** printing out some node attribute
 (g2dexe graphics2d (invoke java.lang.System.err "println"  (concat "xselect = "
	 (getAttr (invoke (fetch "graph1") "getNode" "22") "xselect" "none"))))


**** checking isDotLayout
 (g2dexe graphics2d (invoke java.lang.System.err "println" (invoke (fetch "graph6") "isDotLayout")))

*** what is going on
(show control)
(show requests)
(show wait4s)
(show log)
(show summary)

(reset control)
(reset wait4s)
(graphics2d OK)
(iop_remote_actor OK)

**** geting the exploration history  -- replace ? by the xpnet id
(show note history tval xnet xpnet?)

**** showing bits
(show notes gval graph1)
(show note selections gval graph2)
(show entry gval graph1)
(show val gval graph1)

**** saving a net and its graph 
**** the show is a check that you have the right net/graph ids
(show note source tval pnet pnet1)
(save rasDish-net1.txt C entry tval pnet pnet1)
(save  rasDish-graph2.txt C entry gval graph2)

**** save all entries in eset.txt
(save eset.txt C eset)
(save log.txt C log)

