var sum_term = viz.layerValues[1].map(function (d) {
          return 'e^{' + numberFormatter(d, 2) + '}'
        }).join(" + ")