Skip to content

Commit

Permalink
black versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
talonchandler committed Feb 18, 2025
1 parent c5296f4 commit df9dfe0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions waveorder/visuals/matplotlib_visuals.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def plot_5d_ortho(
Plot 5D multi-channel data in a grid or ortho-slice views.
Input data is a 6D array with (row, column, channels, Z, Y, X) dimensions.
`color_funcs` permits different RGB color maps for each row and column.
Parameters
Expand All @@ -32,16 +32,16 @@ def plot_5d_ortho(
5D array with shape (R, C, Ch, Z, Y, X) containing the data to plot.
[r]ows and [c]olumns form a grid
[C]hannels contain multiple color channels
[ZYX] contain 3D volumes.
[ZYX] contain 3D volumes.
filename : str
Path to save the output plot.
voxel_size : tuple[float, float, float]
Size of each voxel in (Z, Y, X) dimensions.
zyx_slice : tuple[int, int, int]
Indices of the ortho-slices to plot in (Z, Y, X) indices.
color_funcs : list[list[callable]]
A list of lists of callables, one for each element of the plot grid,
with len(color_funcs) == R and len(colors_funcs[0] == C).
A list of lists of callables, one for each element of the plot grid,
with len(color_funcs) == R and len(colors_funcs[0] == C).
Each callable accepts [C]hannel arguments and returns RGB color values,
enabling different RGB color maps for each member of the grid.
row_labels : list[str], optional
Expand Down

0 comments on commit df9dfe0

Please sign in to comment.