Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tick label on y axis isn't exactly zero #72

Open
null-a opened this issue Dec 14, 2016 · 2 comments
Open

Tick label on y axis isn't exactly zero #72

null-a opened this issue Dec 14, 2016 · 2 comments

Comments

@null-a
Copy link
Member

null-a commented Dec 14, 2016

I'm seeing this fairly often (1 in 5?) on a model I've been playing with:

plot

I'm happy to dig into this more if that would be helpful.

@longouyang
Copy link
Member

This might be the smart number formatter or Javascript's weird number system. Hard to tell right now.

When you get a chance, could you play around with different seeds to reproduce this and then send the model + seed my way?

@null-a
Copy link
Member Author

null-a commented Dec 14, 2016

Sure, seems like this reproduces it on current webppl.org:

util.seedRNG(1481745082696)
viz.auto(MH(function() {
  var x = gaussian(0,1)
  var y = gaussian(x,.1)
  return {x, y}
},100))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants