Skip to content

Commit 82c0ca2

Browse files
committed
Fixed an indentation issue with 'matplotlibrc.template' and reverted a comment in 'test_image.test_image_composite_alpha()' to the 'composite_image' terminology.
1 parent 87ba9cb commit 82c0ca2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/matplotlib/tests/test_image.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def test_image_composite_background():
262262
def test_image_composite_alpha():
263263
"""
264264
Tests that the alpha value is recognized and correctly applied in the
265-
process of combining images together.
265+
process of compositing images together.
266266
"""
267267
fig = plt.figure()
268268
ax = fig.add_subplot(111)

matplotlibrc.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ backend : %(backend)s
359359
#image.origin : upper # lower | upper
360360
#image.resample : False
361361
#image.composite_image : True # When True, all the images on a set of axes are
362-
# combined into a single composite image before
362+
# combined into a single composite image before
363363
# saving a figure as a vector graphics file,
364364
# such as a PDF.
365365

0 commit comments

Comments
 (0)