GrHalbgott/index-calculator

Include descriptive statistics in histogram

Closed this issue · 0 comments

Use annotate as in random_walker:

plt.annotate(
"Start points: +\nEnd points: x",
xy=(0, 0),
xytext=(5, 5),
xycoords="figure points",
)