pyro-ppl / numpyro

Probabilistic programming with NumPy powered by JAX for autograd and JIT compilation to GPU/TPU/CPU.
https://num.pyro.ai
Apache License 2.0
2.09k stars 227 forks source link

Fix image sizes censoring notebook #1783

Closed juanitorduz closed 2 months ago

juanitorduz commented 2 months ago

When looking into https://num.pyro.ai/en/latest/tutorials/censoring.html it seems the figures are a bit too wide. This PR makes them more even so that they look better in the docs. No other change has been made to the notebook :)

review-notebook-app[bot] commented 2 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

fehiepsi commented 2 months ago

Thanks, @juanitorduz!