diff --git a/notebooks/MIRI/MIRI_IFU_YSOs_in_the_LMC/isha_nayak_ysos_in_the_lmc.ipynb b/notebooks/MIRI/MIRI_IFU_YSOs_in_the_LMC/isha_nayak_ysos_in_the_lmc.ipynb index e18cddaf4..8b7e91515 100644 --- a/notebooks/MIRI/MIRI_IFU_YSOs_in_the_LMC/isha_nayak_ysos_in_the_lmc.ipynb +++ b/notebooks/MIRI/MIRI_IFU_YSOs_in_the_LMC/isha_nayak_ysos_in_the_lmc.ipynb @@ -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." ] }, { @@ -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", @@ -1157,7 +1164,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.13" + "version": "3.11.9" } }, "nbformat": 4,