Skip to content

Commit 294c268

Browse files
committed
added outline to pie chart
1 parent c5c86b5 commit 294c268

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

truelearn/utils/visualisations/_pie_rose_plotter.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,10 @@ def plot(
179179
),
180180
marker={
181181
"colors": colours,
182+
"line": {
183+
"color": "black",
184+
"width": 1,
185+
},
182186
},
183187
)
184188
)

0 commit comments

Comments
 (0)