probmods / webppl-viz

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

hist overplotting #58

Closed longouyang closed 7 years ago

longouyang commented 7 years ago
var fairCoin = function() { flip(0.5) ? 'h' : 't' };
viz.hist(repeat(20, fairCoin))

result:

screen shot 2016-09-19 at 11 12 47 pm

viz.auto does not suffer from the same problem

longouyang commented 7 years ago

Closed by 40a5602ed7fd344e4561e2f63b9d229e3e6e53c1