Skip to content

Commit

Permalink
NBDEV Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
straussmaximilian committed Dec 3, 2023
1 parent ac35127 commit 843de6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbs/01_chem.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@
"\n",
" masses, intensity = mass_to_dist(mass, averagine_aa, isotopes)\n",
" plt.title(\"Averagine Isotopic Distribution for Mass {}\".format(mass))\n",
" plt.stem(masses, intensity*100, use_line_collection=True)\n",
" plt.stem(masses, intensity*100)\n",
" plt.ylabel(\"Relative Intensity (%)\")\n",
" plt.xlabel(\"Molecular Weight\")\n",
" plt.show()\n",
Expand Down

0 comments on commit 843de6b

Please sign in to comment.