Random assortment of personal gists and random code snippets, that I can never seem to remember, but frequently need to remember.
bash ๐ฅ๏ธ
Maths ๐งฎ
python ๐
- How to get the ArialMT font family in
matplotlib๐ ฐ๏ธ - Miscellaneous
numpygists ๐ข - Miscellaneous
pandasgists ๐ผ
R- Finish Hannah's boxplot (๐คข - even though I know ecologists love them for some reason that is still unclear to me) tutorial.
matplotlibplt.rc- General and custom color cycler.
- Dynamically adjust the font size and axes and tick labels for subplots with share axes set to
True. - Legends placement and style.
- Plot a joint distribution and marginals.
- Golden ratio for determining figure sizes.
- Plotting alternating background.
- Dynamically plot violin plots.
- Rain cloud plots.
numpy- Update my tutorial notebook with cooler shit and convert it to a blog post.
- Make sure to include
&=and|=operations.
- Make sure to include
- Update my tutorial notebook with cooler shit and convert it to a blog post.
bash- For and while loops.
- Miscellaneous
SLURMshit.
python- How to use
r-stringsandf-strings.
- How to use
popgen- Miscellaneous VCF shit (
bash). - Parsing VCF tutorial tutorial (
python).
- Miscellaneous VCF shit (
maths- Probability review.
- DTMCs.
- CTMCs.
- Renewal Processes.
- Martingales.