Skip to content

Commit e50ffbf

Browse files
authored
added missing imports
1 parent c400d90 commit e50ffbf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/xenium_analysis_tools/alignment/format_for_napari.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
import xarray as xr
1111
from xenium_analysis_tools.alignment.align_sections import _get_lifted_element_transforms
1212
import dask.dataframe as dd
13+
import matplotlib.pyplot as plt
14+
import matplotlib.colors as mcolors
1315

1416
def filter_labels(sdata, label_elements='cell_labels', table='table', key_col='cell_labels'):
1517
# Get all label elements that match the specified prefix

0 commit comments

Comments
 (0)