Skip to content

Commit be23abc

Browse files
authored
remove gray scale
remove gray scale
1 parent 32817c6 commit be23abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pluto/pluto_chapter_5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def _drop_image(self,canvas, fname=None,format=".jpg",dname="Data-Augmentation-w
157157
fn = f'{dname}/pluto{self.fname_id}{format}'
158158
else:
159159
fn = fname
160-
canvas.savefig(fn, cmap="Greys", bbox_inches="tight", pad_inches=0.25)
160+
canvas.savefig(fn, bbox_inches="tight", pad_inches=0.25)
161161
return
162162
#
163163
@add_method(PacktDataAug)

0 commit comments

Comments
 (0)