We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb5a98f commit aada537Copy full SHA for aada537
preliz/utils/plot_utils.py
@@ -59,6 +59,7 @@ def plot_pdfpmf(dist, moments, pointinterval, quantiles, support, legend, figsiz
59
if dist.kind == "continuous":
60
density = dist.rv_frozen.pdf(x)
61
ax.plot(x, density, label=label, color=color)
62
+ ax.get_ylim()
63
ax.set_yticks([])
64
else:
65
mass = dist.rv_frozen.pmf(x)
0 commit comments