# get the contour path, which is made up of segments # paths = contour.collections[0].get_paths() paths = contour.get_paths() # extract all the vertices pts = [path.vertices for path in paths] # ...
Example of how to use matplotlib and some spherical geometry to plot a field of regard on the sky in ecliptic coordinates. Useful when you have a spaceborne observatory that has a certain ...