Skip to content

Commit 9c19b20

Browse files
committed
update bracket position
1 parent 5fd7920 commit 9c19b20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vitessce/widget_plugins/spatial_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def __init__(self,
230230
leaf_size=10,
231231
build_gene_index=False,
232232
if_lognorm=if_lognorm,
233-
)
233+
)
234234

235235
self.tab20_rgb = [[int(r * 255), int(g * 255), int(b * 255)] for (r, g, b, a) in [plt.cm.tab20(i) for i in range(20)]]
236236

0 commit comments

Comments
 (0)