Check out the following resources for more information on the topics covered in this chapter:
- Choosing Colormaps: https://matplotlib.org/users/colormaps.html
- Controlling figure aesthetics (seaborn): https://seaborn.pydata.org/tutorial/aesthetics.html
- Customizing Matplotlib with style sheets and rcParams: https://matplotlib.org/tutorials/introductory/customizing.html
- Format String Syntax: https://docs.python.org/3/library/string.html#format-string-syntax
- Generator Expressions (PEP 289): https://www.python.org/dev/peps/pep-0289/
- Matplotlib Named Colors: https://matplotlib.org/examples/color/named_colors.html
- Multiple assignment and tuple unpacking improve Python code readability: https://treyhunner.com/2018/03/tuple-unpacking-improves-python-code-readability/
- Python: range is not an iterator!: https://treyhunner.com/2018/02/python-range-is-not-an-iterator/
- Python...