Skip to content

Commit

Permalink
Add plt.show()
Browse files Browse the repository at this point in the history
  • Loading branch information
epassaro committed Jun 3, 2022
1 parent d4cab67 commit 2538613
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@
"plt.title(\"TARDIS example model spectrum\")\n",
"plt.xlabel(\"Wavelength [$\\AA$]\")\n",
"plt.ylabel(\"Luminosity density [erg/s/$\\AA$]\")\n",
"plt.legend()"
"plt.legend()\n",
"plt.show()"
]
}
],
Expand Down

0 comments on commit 2538613

Please sign in to comment.