probmods / webppl-viz

Visualization for WebPPL
http://probmods.github.io/webppl-viz/
Other
14 stars 9 forks source link

viz.hist doesn't extract numeric values from objects #34

Closed longouyang closed 8 years ago

longouyang commented 8 years ago

This model:

var dist = MH(
  function() { 
    var p = uniform(0,1);
    return {p: p};
  }, 1000)

viz.hist(dist, {numBins: 10})

Gives this poor output:

screen shot 2016-06-15 at 4 40 40 pm