We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e31e23 commit 45c29d9Copy full SHA for 45c29d9
contributing.md
@@ -28,7 +28,7 @@ the structure of the code and of the repository.
28
`update_layout`, `add_trace`, etc.
29
30
- [the `plotly.express` module](https://plotly.com/python/plotly-express/) (usually imported as `px`) is a high-level
31
- functional API that uses `graph_objects` under the hood. Its code is in `packages/python/plotly/express`.
+ functional API that uses `graph_objects` under the hood. Its code is in `packages/python/plotly/plotly/express`.
32
Plotly Express functions
33
are designed to be highly consistent with each other, and to do *as little computation
34
in Python as possible*, generally concerning themselves with formatting data and creating
0 commit comments