Skip to content

Commit 3653fca

Browse files
authored
Linter
1 parent 29a7d12 commit 3653fca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/simdec/visualization.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,13 +202,14 @@ def two_output_visualization(
202202
r_scatter: float = 1.0,
203203
) -> tuple[plt.Figure, np.ndarray]:
204204
"""Two-output visualization.
205+
205206
Produces a 2x2 figure
206207
* top-left : stacked histogram for *output 1* (axes hidden)
207208
* bottom-left : scatter of output 1 vs output 2, coloured by scenario
208209
* bottom-right: rotated stacked histogram for *output 2* (axes hidden)
209210
* top-right : empty
210211
211-
Parameters
212+
Parameters
212213
----------
213214
bins : DataFrame
214215
Multidimensional bins for the primary output.

0 commit comments

Comments
 (0)