Further reading
Check out the following resources for more information on the topics covered in this chapter:
- Choosing Colormaps: https://matplotlib.org/tutorials/colors/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/
- Information Dashboard Design: Displaying Data for At-a-Glance Monitoring, Second Edition, by Stephen Few: https://www.amazon.com/Information-Dashboard-Design-At-Glance/dp/1938377001/
- 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...