Skip to content

Commit

Permalink
patch for bug in aplpy
Browse files Browse the repository at this point in the history
  • Loading branch information
Camilla Pacifici committed Jun 12, 2024
1 parent f0c4c97 commit a9b727d
Showing 1 changed file with 11 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Plot the summed image with WCS coordinates and save the figure"
"### Plot the summed image with WCS coordinates and save the figure\n",
"\n",
"**Developer note**: there is a bug in aplpy currently and `show_colorscale` does not work. We skip this cell and come back to this when the bug is fixed."
]
},
{
Expand All @@ -309,8 +311,13 @@
"metadata": {},
"outputs": [],
"source": [
"name = '13CO'\n",
"\n",
"name = '13CO'"
]
},
{
"cell_type": "raw",
"metadata": {},
"source": [
"F = aplpy.FITSFigure(cont_img.hdu, north=True)\n",
"F.show_colorscale()\n",
"F.add_label(0.1, 0.9, name, relative=True, size=22, weight='bold')\n",
Expand Down Expand Up @@ -1157,7 +1164,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.13"
"version": "3.11.9"
}
},
"nbformat": 4,
Expand Down

0 comments on commit a9b727d

Please sign in to comment.