Skip to content

Commit 0ab1166

Browse files
committed
Switch from gray to slategray
1 parent 2691707 commit 0ab1166

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/data_morph/plotting/static.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,12 @@ def plot(
110110
ax_histy.tick_params(axis='x', labelbottom=False, labeltop=True)
111111
ax_histy.xaxis.set_major_locator(locator)
112112

113-
ax_histx.hist(data.x, bins=x_marginal_bins, color='gray', ec='black')
113+
ax_histx.hist(data.x, bins=x_marginal_bins, color='slategray', ec='black')
114114
ax_histy.hist(
115115
data.y,
116116
bins=y_marginal_bins,
117117
orientation='horizontal',
118-
color='gray',
118+
color='slategray',
119119
ec='black',
120120
)
121121

0 commit comments

Comments
 (0)