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 42746dc commit 7483fbbCopy full SHA for 7483fbb
packages/python/plotly/plotly/express/__init__.py
@@ -4,7 +4,6 @@
4
"""
5
from __future__ import absolute_import
6
from plotly import optional_imports
7
-from ._imshow import imshow
8
9
pd = optional_imports.get_module("pandas")
10
if pd is None:
@@ -13,6 +12,7 @@
13
12
Plotly express requires pandas to be installed."""
14
)
15
+from ._imshow import imshow
16
from ._chart_types import ( # noqa: F401
17
scatter,
18
scatter_3d,
0 commit comments