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
numpy
gists 🔢 - Miscellaneous
pandas
gists 🐼
R
- Finish Hannah's boxplot (🤢 - even though I know ecologists love them for some reason that is still unclear to me) tutorial.
matplotlib
plt.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
SLURM
shit.
python
- How to use
r-strings
andf-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.