Skip to content

Commit

Permalink
Update image.py
Browse files Browse the repository at this point in the history
  • Loading branch information
7460m committed Oct 25, 2023
1 parent 36da80e commit bd12dad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions py/examples/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
0.76648938, 0.89679732, 0.77222302, 0.92717429, 0.61465203, 0.60906377,
0.68468487, 0.25101297, 0.83783764, 0.11861562, 0.79723474, 0.94900427,
0.14806288])) ** 2,
c=[(0.90687198, 0.0, 0.0), (0.78837333, 0.0, 0.0), (0.76840584, 0.0, 0.0), (0.59849648, 0.0, 0.0), (0.44214562, 0.0, 0.0), (0.72303802, 0.0, 0.0),
(0.41661825, 0.0, 0.0), (0.2268104, 0.0, 0.0), (0.45422734, 0.0, 0.0), (0.84794375, 0.0, 0.0), (0.93665595, 0.0, 0.0), (0.95603618, 0.0, 0.0),
(0.39209432, 0.0, 0.0), (0.70832467, 0.0, 0.0), (0.12951583, 0.0, 0.0), (0.35379639, 0.0, 0.0), (0.40427152, 0.0, 0.0), (0.6485339, 0.0, 0.0),
(0.03307097, 0.0, 0.0), (0.53800936, 0.0, 0.0), (0.13171312, 0.0, 0.0), (0.52093493, 0.0, 0.0), (0.10248479, 0.0, 0.0), (0.15798038, 0.0, 0.0),
(0.92002965, 0.0, 0.0)],
c=[0.90687198, 0.78837333, 0.76840584, 0.59849648, 0.44214562, 0.72303802, # type: ignore
0.41661825, 0.2268104, 0.45422734, 0.84794375, 0.93665595, 0.95603618, # type: ignore
0.39209432, 0.70832467, 0.12951583, 0.35379639, 0.40427152, 0.6485339, # type: ignore
0.03307097, 0.53800936, 0.13171312, 0.52093493, 0.10248479, 0.15798038, # type: ignore
0.92002965], # type: ignore
alpha=0.5,
)

Expand Down

0 comments on commit bd12dad

Please sign in to comment.