[read] add missing arg to docstring

This commit is contained in:
Jan Petykiewicz 2025-09-22 19:18:08 -07:00
parent be7c26c1d1
commit 6802e57fa9

View File

@ -98,6 +98,7 @@ class GridReadMixin(GridPosMixin):
which_shifts: Which grid to display. Default is the first grid (0). which_shifts: Which grid to display. Default is the first grid (0).
sample_period: Period for down-sampling the image. Default 1 (disabled) sample_period: Period for down-sampling the image. Default 1 (disabled)
finalize: Whether to call `pyplot.show()` after constructing the plot. Default `True` finalize: Whether to call `pyplot.show()` after constructing the plot. Default `True`
pcolormesh_args: Args passed through to matplotlib `pcolormesh()`
Returns: Returns:
(Figure, Axes) (Figure, Axes)