Commit bf1862e
authored
Merge pull request #128 from TsKyrk/patch-1 — Convert RadioButtons labels to list
Fix RadioButtons labels: convert dict_keys to list to avoid TypeError on Python 3.11+ (Matplotlib expects an indexable sequence). Verified in sandbox that `dict_keys` raises and `list(...)` works. Safe, minimal change.1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
0 commit comments