File:population-earth1.png: Difference between revisions

Updated the "preserve sums" syntax (it's '$' now, not '_')
(Updated the "preserve sums" syntax (it's '$' now, not '_'))
 
Line 24: Line 24:
   
   
  # resize things to fit the 'earth' background
  # resize things to fit the 'earth' background
  pop :: _earth.r # the '_' preserves the total population
  pop :: $earth.r # the '$' preserves the total population
  borders :: earth.r
  borders :: earth.r
  borders *= 6 # brighten the lines
  borders *= 6 # brighten the lines