Skip to content

Commit 75b40e7

Browse files
Merge pull request #2279 from kautubh01/patch-1
Update pixel_sort.py
2 parents b138aab + cb57e4c commit 75b40e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Colors/pixel_sort.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def createDataSet(val=0, data=[]):
4343
# Generating colors for each row of the frame
4444
def generateColors(c_sorted, frame, row):
4545
global df, img_list
46-
height = 25
46+
height = 15
4747
img = np.zeros((height, len(c_sorted), 3), np.uint8)
4848
for x in range(0, len(c_sorted)):
4949
r, g, b = c_sorted[x][0] * 255, c_sorted[x][1] * 255, c_sorted[x][2] * 255

0 commit comments

Comments
 (0)