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 21b7f0b commit 9c7a888Copy full SHA for 9c7a888
src/spatialdata_plot/pl/utils.py
@@ -25,7 +25,7 @@
25
from matplotlib.gridspec import GridSpec
26
from matplotlib_scalebar.scalebar import ScaleBar
27
from numpy.random import default_rng
28
-from pandas.apis import CategoricalDtype, is_categorical_dtype
+from pandas.api.types import CategoricalDtype, is_categorical_dtype
29
from scanpy import settings
30
from scanpy.plotting._tools.scatterplots import _add_categorical_legend
31
from scanpy.plotting.palettes import default_20, default_28, default_102
0 commit comments