Skip to content

Commit aff6f75

Browse files
committed
docs(plot-ts): fix waveform_coordinates grid
1 parent 700ab0e commit aff6f75

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

visualisation/plot_ts.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -286,9 +286,12 @@ def waveform_coordinates(nztm_corners: np.ndarray, nx: int, ny: int) -> np.ndarr
286286
287287
Parameters
288288
----------
289-
xyts_file : XYTSFile
290-
The xyts file containing gridded data.
291-
289+
nztm_corners : np.ndarray
290+
The corners of the waveform grid.
291+
nx : int
292+
The number of x-points in the output grid.
293+
ny : int
294+
The number of x-points in the output grid.
292295
293296
Returns
294297
-------

0 commit comments

Comments
 (0)