g.view({cartesian:true}) .origin({x: 20,y:75}).label({str:'origin', loc:'s', off:25}) .nod( {x:120,y:75}).label({str:'nod', loc:'s', off:25}) .dblnod({x:220,y:75}).label({str:'dblnod', loc:'s', off:25}) .nodfix({x:320,y:75}).label({str:'nodfix', loc:'s', off:25}) .nodflt({x:420,y:75}).label({str:'nodflt', loc:'s', off:25}) .pol( {x:520,y:75}).label({str:'pol', loc:'s', off:25}) .gnd( {x:620,y:75}).label({str:'gnd', loc:'s', off:25}) .exe(ctx)