lively.pt(224.6,575.0) 1947 0 0
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
Record Screen
ObjectEditor -- Country>>reset
X

Menu
ObjectEditor -- Graph>>reset
X

Menu
// changed at Thu Jan 29 2015 11:31:45 GMT+0100 (Central Europe Standard Time) by timfelgentr
eff
this.addScript(function reset() {
    /*
    this.slider.value = 0.90
    */
    
    Global.bbb.unconstrainAll(this)
    Global.bbb.unconstrainAll(this.slider)
    
    this.deltablue = new Global.DBPlanner()
    this.cassowary = new Global.ClSimplexSolver()
    this.xList = this.get("xAxis");
    this.yList = this.get("yAxis");
    this.sizeList = this.get("sizeAxis");
    this.emptyData = Array.range(1900,2010).inject({}, function(acc, year) {
        acc[year] = 0;
        return acc;
    });
    this.slider = this.get("Slider")
    this.removeMorphs()    
    // this.loadRealData();
    this.calculateMinAndMax();
    this.addMorphs();
});
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
<lively.morphic.Box#261C3... - Graph>
Tag:
run
save
Tests

-- ALL --
addMorphs
calculateMinAndMax
loadRealData
mapToSize
mapToX
mapToY
onrestore
removeMorphs
reset
sizeData
xData
yData
year
Scripts
-
+
-
Connections
+
-- ALL --
all