From e84ca55eb2b8e5f158d8e0e67b8d52ccecabbee6 Mon Sep 17 00:00:00 2001 From: Azalee Bostroem Date: Mon, 8 Dec 2025 16:28:45 -0700 Subject: [PATCH] moving text about custom style sheets out of solution --- episodes/08-plot.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/episodes/08-plot.md b/episodes/08-plot.md index 50e64779..6fe9400b 100644 --- a/episodes/08-plot.md +++ b/episodes/08-plot.md @@ -472,17 +472,15 @@ plt.plot(right_color, g, label='right color') plt.legend(); ``` +::::::::::::::::::::::::: +:::::::::::::::::::::::::::::::::::::::::::::::::: If you cannot find a style sheet that is exactly what you want, you can make your own. This repository includes a style sheet called `az-paper-twocol.mplstyle`, with customizations chosen by Azalee Bostroem for publication in astronomy journals. -::::::::::::::::::::::::: - -:::::::::::::::::::::::::::::::::::::::::::::::::: - You can use it like this: ```python