From 6802e57fa9fb26d5017b55b9bd46725db38ae04b Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Mon, 22 Sep 2025 19:18:08 -0700 Subject: [PATCH] [read] add missing arg to docstring --- gridlock/read.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gridlock/read.py b/gridlock/read.py index 707251a..cfc8f3d 100644 --- a/gridlock/read.py +++ b/gridlock/read.py @@ -98,6 +98,7 @@ class GridReadMixin(GridPosMixin): which_shifts: Which grid to display. Default is the first grid (0). sample_period: Period for down-sampling the image. Default 1 (disabled) finalize: Whether to call `pyplot.show()` after constructing the plot. Default `True` + pcolormesh_args: Args passed through to matplotlib `pcolormesh()` Returns: (Figure, Axes)