Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 750bfed commit 32ed2caCopy full SHA for 32ed2ca
1 file changed
examples/font_table_ttf.py
@@ -25,7 +25,7 @@
25
26
# a 16,16 array of character strings
27
chars = [ ['' for c in range(16)] for r in range(16)]
28
-colors = [ [0.95 for c in range(16)] for r in range(16)]
+colors = [ [(0.95,0.95,0.95) for c in range(16)] for r in range(16)]
29
30
figure(figsize=(8,4),dpi=120)
31
for ccode, glyphind in codes:
0 commit comments