Skip to content

Commit df80e95

Browse files
committed
More title padding.
1 parent 07a19e4 commit df80e95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

red-pill-visions/donut-hate-women.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def plot_pie_chart(labels, sentences, output_filename, title):
106106
],
107107
height=1300,
108108
width=1500,
109-
margin=dict(l=50, r=50, t=100, b=100),
109+
margin=dict(l=50, r=50, t=200, b=100),
110110
showlegend=False,
111111
)
112112

red-pill-visions/donut-hate.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def plot_pie_chart(labels, sentences, output_filename, title):
106106
],
107107
height=1300,
108108
width=1500,
109-
margin=dict(l=50, r=50, t=100, b=100),
109+
margin=dict(l=50, r=50, t=200, b=100),
110110
showlegend=False,
111111
)
112112

0 commit comments

Comments
 (0)