Skip to content

Commit 9d827a8

Browse files
committed
RR - Resolve merge conflict
1 parent 058f1d1 commit 9d827a8

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

lib/matplotlib/figure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2156,7 +2156,7 @@ def __init__(self, parent, subplotspec, *,
21562156
be placed.
21572157
21582158
facecolor : default: ``"none"``
2159-
Transparent face color.
2159+
The figure patch face color; transparent by default.
21602160
21612161
edgecolor : default: :rc:`figure.edgecolor`
21622162
The figure patch edge color.

lib/matplotlib/tests/test_figure.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -287,11 +287,6 @@ def test_suptitle_fontproperties():
287287
assert txt.get_weight() == fps.get_weight()
288288

289289

290-
<<<<<<< HEAD
291-
@image_comparison(['figure_suptitle_subfigures'],
292-
extensions=['png'])
293-
=======
294-
>>>>>>> bb69a2fbc5 (RR - convert visual test to simple unit test.)
295290
def test_suptitle_subfigures():
296291
fig = plt.figure(figsize=(4, 3))
297292
sf1, sf2 = fig.subfigures(1, 2)

0 commit comments

Comments
 (0)