Skip to content

Commit

Permalink
adjust figsize
Browse files Browse the repository at this point in the history
  • Loading branch information
aloctavodia committed Sep 24, 2024
1 parent c2662b3 commit 7744d38
Show file tree
Hide file tree
Showing 49 changed files with 1 addition and 1 deletion.
Binary file modified docs/examples/img/AsymmetricLaplace.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/examples/img/Bernoulli.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/examples/img/Beta.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/examples/img/BetaBinomial.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/examples/img/BetaScaled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/examples/img/Binomial.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/examples/img/Categorical.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/examples/img/Cauchy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/examples/img/Censored.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/examples/img/ChiSquared.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/examples/img/DiscreteUniform.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/examples/img/DiscreteWeibull.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/examples/img/ExGaussian.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/examples/img/Exponential.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/examples/img/Gamma.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/examples/img/Geometric.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/examples/img/Gumbel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/examples/img/HalfCauchy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/examples/img/HalfNormal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/examples/img/HalfStudentT.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/examples/img/Hurdle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/examples/img/HyperGeometric.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/examples/img/InverseGamma.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/examples/img/Kumaraswamy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/examples/img/Laplace.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/examples/img/LogLogistic.png
Binary file modified docs/examples/img/LogNormal.png
Binary file modified docs/examples/img/Logistic.png
Binary file modified docs/examples/img/LogitNormal.png
Binary file modified docs/examples/img/Moyal.png
Binary file modified docs/examples/img/NegativeBinomial.png
Binary file modified docs/examples/img/Normal.png
Binary file modified docs/examples/img/Pareto.png
Binary file modified docs/examples/img/Poisson.png
Binary file modified docs/examples/img/Rice.png
Binary file modified docs/examples/img/SkewNormal.png
Binary file modified docs/examples/img/SkewStudentT.png
Binary file modified docs/examples/img/StudentT.png
Binary file modified docs/examples/img/Triangular.png
Binary file modified docs/examples/img/Truncated.png
Binary file modified docs/examples/img/TruncatedNormal.png
Binary file modified docs/examples/img/Uniform.png
Binary file modified docs/examples/img/VonMises.png
Binary file modified docs/examples/img/Wald.png
Binary file modified docs/examples/img/Weibull.png
Binary file modified docs/examples/img/ZeroInflatedBinomial.png
Binary file modified docs/examples/img/ZeroInflatedNegativeBinomial.png
Binary file modified docs/examples/img/ZeroInflatedPoisson.png
2 changes: 1 addition & 1 deletion docs/get_cover_gallery.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
init_vals["Hurdle"] = None
for name, params in init_vals.items():
color = f"C{rng.integers(0, 4)}"
_, ax = plt.subplots(figsize=(6, 4))
_, ax = plt.subplots(figsize=(3.5, 2.3))
dist = getattr(distributions, name)
if name in ["Truncated", "Censored"]:
dist(Gamma(mu=2, sigma=1), -np.inf, 2).plot_pdf(legend=False, ax=ax, color=color)
Expand Down

0 comments on commit 7744d38

Please sign in to comment.