Notebook --- title: "Photometry" teaching: 3000 exercises: 0 questions: - "How do we use Matplotlib to define a polygon and select points that fall inside it?" objectives: - "Use isochrone data to specify a polygon and determine which points fall inside it." - "Use Matplotlib features to customize the appearance of figures." keypoints: - "Matplotlib provides operations for working with points, polygons, and other geometric entities, so it's not just for making figures." - "Use Matplotlib options to control the size and aspect ratio of figures to make them easier to interpret." - "Record every element of the data analysis pipeline that would be needed to replicate the results." --- {% include links.md %}