from openalea.stat_tool.distribution import NegativeBinomial
b = NegativeBinomial(1,2,.5)
b.plot(legend_size=12)