Skip to content

Commit 086f61a

Browse files
authored
[BUG] - missinval_plot method return ValueError (#73)
Fixes #68
1 parent f798e61 commit 086f61a

File tree

2 files changed

+12
-17
lines changed

2 files changed

+12
-17
lines changed

examples/klib-plots.ipynb

Lines changed: 11 additions & 16 deletions
Large diffs are not rendered by default.

src/klib/describe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ def missingval_plot(
692692
label,
693693
ha="center",
694694
va="bottom",
695-
rotation="90",
695+
rotation=90,
696696
alpha=0.5,
697697
fontsize="11",
698698
)

0 commit comments

Comments
 (0)