Skip to content

Commit a9b727d

Browse files
author
Camilla Pacifici
committed
patch for bug in aplpy
1 parent f0c4c97 commit a9b727d

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

notebooks/MIRI/MIRI_IFU_YSOs_in_the_LMC/isha_nayak_ysos_in_the_lmc.ipynb

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,9 @@
300300
"cell_type": "markdown",
301301
"metadata": {},
302302
"source": [
303-
"### Plot the summed image with WCS coordinates and save the figure"
303+
"### Plot the summed image with WCS coordinates and save the figure\n",
304+
"\n",
305+
"**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."
304306
]
305307
},
306308
{
@@ -309,8 +311,13 @@
309311
"metadata": {},
310312
"outputs": [],
311313
"source": [
312-
"name = '13CO'\n",
313-
"\n",
314+
"name = '13CO'"
315+
]
316+
},
317+
{
318+
"cell_type": "raw",
319+
"metadata": {},
320+
"source": [
314321
"F = aplpy.FITSFigure(cont_img.hdu, north=True)\n",
315322
"F.show_colorscale()\n",
316323
"F.add_label(0.1, 0.9, name, relative=True, size=22, weight='bold')\n",
@@ -1157,7 +1164,7 @@
11571164
"name": "python",
11581165
"nbconvert_exporter": "python",
11591166
"pygments_lexer": "ipython3",
1160-
"version": "3.9.13"
1167+
"version": "3.11.9"
11611168
}
11621169
},
11631170
"nbformat": 4,

0 commit comments

Comments
 (0)