We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9584fba commit cdeb52bCopy full SHA for cdeb52b
packages/python/plotly/plotly/express/__init__.py
@@ -1,6 +1,6 @@
1
"""
2
-`plotly.express` is a terse, consistent, high-level wrapper around `plotly` for rapid \
3
-data exploration and figure generation. Learn more at https://plotly.express/
+`plotly.express` is a terse, consistent, high-level wrapper around `plotly.graph_objects`
+for rapid data exploration and figure generation. Learn more at https://plotly.express/
4
5
from __future__ import absolute_import
6
from plotly import optional_imports
0 commit comments