lively.pt(0.0,0.0) 1930 undefined undefined
TODO: DBVariable>>cnEquals is fuzzy about which inputs it recognizes, need to think about that.
Total 15+ unemployment (%)
Total 15-24 unemployment (%)
Income per person (fixed 2000 US$)
Total population
Total 15+ unemployment (%)
Total 15-24 unemployment (%)
Income per person (fixed 2000 US$)
Total population
Total 15+ unemployment (%)
Total 15-24 unemployment (%)
Income per person (fixed 2000 US$)
Total population
ObjectEditor -- Country>>reset
X

Menu
ObjectEditor -- Graph>>reset
X

Menu
// changed at Wed Jan 28 2015 18:38:39 GMT+0100 (Central Europe Standard Time) by timfelgen
treff
this.addScript(function reset() {
    Global.JSLoader.loadJs(Global.Config.rootPath + "apps/papaparse.js")
    /*
    this.slider.value = 0.90
    */
    
    Global.bbb.unconstrainAll(this)
    Global.bbb.unconstrainAll(this.slider)
    
    this.slider = this.get("Slider")
    this.width = this.getBounds().width
    this.height = this.getBounds().height
    
    this.submorphs.each(function(m) {
        if (m.name !== "Slider" && !m.name.endsWith("Axis")) {
            m.remove();
        }
    });
    
    this.loadRealData();
    this.addData();
    // this.loadFakeData();
    this.addMorphs();
    
    this.deltablue = new Global.DBPlanner()
    this.cassowary = new Global.ClSimplexSolver()
});
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
<lively.morphic.Box#261C3... - Graph>
Tag:
run
save
Tests

-- ALL --
addData
addMorphs
loadFakeData
loadRealData
mapToX
mapToY
reset
year
Scripts
-
+
-
Connections
+
-- ALL --
all