You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python/plotly-express.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -40,13 +40,13 @@ jupyter:
40
40
41
41
### Plotly Express
42
42
43
-
Plotly Express is a terse, consistent, high-level wrapper around `plotly.graph_objects` for rapid data exploration and figure generation.
43
+
Plotly Express is a terse, consistent, high-level wrapper around `plotly.graph_objects` for rapid data exploration and figure generation.
44
44
45
-
**Note**: Plotly Express was previously its own `plotly_express` package but is now part of `plotly`!
45
+
**Note**: Plotly Express was previously its own separately-installed `plotly_express` package but is now part of `plotly`!
46
46
47
47
This notebook demonstrates various `plotly.express` features. [Reference documentation](https://plotly.github.io/plotly_express/plotly_express/) is also available.
48
48
49
-
You can also read our [Medium announcement article](https://medium.com/@plotlygraphs/introducing-plotly-express-808df010143d) for more information on this library.
49
+
You can also read our original [Medium announcement article](https://medium.com/@plotlygraphs/introducing-plotly-express-808df010143d) for more information on this library.
0 commit comments