|
31 | 31 | "## Prerequisites\n", |
32 | 32 | "\n", |
33 | 33 | "\n", |
34 | | - "| Concepts | Importance |\n", |
35 | | - "| --- | --- |\n", |
36 | | - "| [NumPy Basics](../numpy/numpy-basics) | Necessary |\n", |
37 | | - "| [Matplotlib Basics](matplotlib-basics) | Necessary |\n", |
| 34 | + "| Concepts | Importance | Notes |\n", |
| 35 | + "| --- | --- | --- |\n", |
| 36 | + "| [NumPy Basics](../numpy/numpy-basics) | Necessary | {cite:t}`harris2020array` |\n", |
| 37 | + "| [Matplotlib Basics](matplotlib-basics) | Necessary | {cite:t}`Hunter:2007` |\n", |
38 | 38 | "\n", |
39 | 39 | "- **Time to learn**: *30-40 minutes*" |
40 | 40 | ] |
|
635 | 635 | "* You can create your own colormaps with Matplotlib\n", |
636 | 636 | "* Various subplots and corresponding `Axes` objects in a figure can share colorbars\n", |
637 | 637 | " \n", |
638 | | - "## Resources and references\n", |
| 638 | + "## Additional Resources\n", |
639 | 639 | "- [Matplotlib text documentation](https://matplotlib.org/stable/api/text_api.html#matplotlib.text.Text.set_math_fontfamily)\n", |
640 | 640 | "- [Matplotlib annotation documentation](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.annotate.html)\n", |
641 | 641 | "- [Matplotlib's annotation examples](https://matplotlib.org/stable/tutorials/text/annotations.html)\n", |
|
645 | 645 | "- [Plot Types Cheat Sheet](https://lnkd.in/dD5fE8V)\n", |
646 | 646 | "- [Choosing Colormaps in Matplotlib](https://matplotlib.org/stable/tutorials/colors/colormaps.html)\n", |
647 | 647 | "- [Making custom colormaps](https://matplotlib.org/stable/tutorials/colors/colormap-manipulation.html)\n", |
648 | | - "- [Complex figure and subplot composition](https://matplotlib.org/stable/tutorials/provisional/mosaic.html#)" |
| 648 | + "- [Complex figure and subplot composition](https://matplotlib.org/stable/tutorials/provisional/mosaic.html#)\n" |
649 | 649 | ] |
650 | 650 | }, |
651 | 651 | { |
|
0 commit comments