[read] add missing arg to docstring
This commit is contained in:
parent
be7c26c1d1
commit
6802e57fa9
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user