From 3b4aafb4069677dd23ec0cfea716779c26f5ac26 Mon Sep 17 00:00:00 2001 From: Allen Downey Date: Fri, 26 Mar 2021 10:44:09 -0400 Subject: [PATCH] Updating notebooks --- 02_coords.ipynb | 7 +------ 05_join.ipynb | 56 ------------------------------------------------- 07_plot.ipynb | 2 +- 3 files changed, 2 insertions(+), 63 deletions(-) diff --git a/02_coords.ipynb b/02_coords.ipynb index 53c51d8..38764a0 100644 --- a/02_coords.ipynb +++ b/02_coords.ipynb @@ -213,12 +213,7 @@ "metadata": {}, "outputs": [], "source": [ - "## Solution\n", - "\n", - "radius = 5 * u.arcmin\n", - "print(radius)\n", - "\n", - "radius.to(u.degree)" + "# Solution goes here" ] }, { diff --git a/05_join.ipynb b/05_join.ipynb index 670ee94..de1aff5 100644 --- a/05_join.ipynb +++ b/05_join.ipynb @@ -590,35 +590,6 @@ "# Solution goes here" ] }, - { - "cell_type": "code", - "execution_count": 26, - "metadata": {}, - "outputs": [], - "source": [ - "# Solution goes here" - ] - }, - { - "cell_type": "code", - "execution_count": 27, - "metadata": {}, - "outputs": [], - "source": [ - "# Solution goes here" - ] - }, - { - "cell_type": "code", - "execution_count": 28, - "metadata": { - "scrolled": true - }, - "outputs": [], - "source": [ - "# Solution goes here" - ] - }, { "cell_type": "markdown", "metadata": {}, @@ -741,33 +712,6 @@ "# Solution goes here" ] }, - { - "cell_type": "code", - "execution_count": 35, - "metadata": {}, - "outputs": [], - "source": [ - "# Solution goes here" - ] - }, - { - "cell_type": "code", - "execution_count": 36, - "metadata": {}, - "outputs": [], - "source": [ - "# Solution goes here" - ] - }, - { - "cell_type": "code", - "execution_count": 37, - "metadata": {}, - "outputs": [], - "source": [ - "# Solution goes here" - ] - }, { "cell_type": "markdown", "metadata": {}, diff --git a/07_plot.ipynb b/07_plot.ipynb index 9248fc2..3dac4f8 100644 --- a/07_plot.ipynb +++ b/07_plot.ipynb @@ -951,7 +951,7 @@ "\n", "* The most effective figures focus on telling a single story clearly and compellingly.\n", "\n", - "* Consider using annotations to guide the readers attention to the most important elements of a figure.\n", + "* Consider using annotations to guide the reader's attention to the most important elements of a figure.\n", "\n", "* The default Matplotlib style generates good quality figures, but there are several ways you can override the defaults.\n", "\n",