ethanweed
Results
12
issues of
ethanweed
The new solution for having figure captions without double-plotting figures seems to be something like: ``` fig, axes = plt.subplots(1, 2, figsize=(15, 5)) plt.close() from myst_nb import glue glue("myfigure-fig", fig,...
change y axis so that it reflects probability rather than counts