Notebook --- title: "Visualization" teaching: 3000 exercises: 0 questions: - "How do we make a compelling visualization that tells a story?" objectives: - "Design a figure that tells a compelling story." - "Use Matplotlib features to customize the appearance of figures." - "Generate a figure with multiple subplots." keypoints: - "The most effective figures focus on telling a single story clearly." - "Consider using annotations to guide the reader's attention to the most important elements of a figure." - "The default Matplotlib style generates good quality figures, but there are several ways you can override the defaults." - "If you find yourself making the same customizations on several projects, you might want to create your own style sheet." --- {% include links.md %}