c1.SaveAs("plots/demo9_binomial.png")# png makes lightweight figures, but scale badly.c1.SaveAs("plots/demo9_binomial.pdf")# scales well, but can be huge with lots of points.c1.SaveAs("plots/demo9_binomial.tex")# Figure for inclusion in a LaTeX document.c1.SaveAs("plots/demo9_binomial.C")# Useful format to re-load into ROOT later.
