plot_msa_shutters¶
- msaexp.msa.plot_msa_shutters(col, row, quadrant, c=None, ax=None, **kwargs)[source]¶
Make a plot of a list of MSA shutters
- Parameters
- col, row, quadrantarray-like
List of shutter columns (“x”, dispersion), rows (“y”, spatial), quadrants
- carray-like
Optional array to color the points. If not provided, will color by
quadrant.- axaxis
Plot axis to draw the shutter positions. If not specified, generate a new figure + axis
- kwargsdict
Keyword arguments passed to
matplotlib.pyplot.scatter
- Returns
- figfigure, None
Plot figure. If
axwas provided as input, will be empty.- axaxis
Plot axis