Skip to content

Commit

Permalink
Merge pull request #3256 from plotly/icicle_cherrypick
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaskruchten authored Jun 18, 2021
2 parents 21de56f + 337e210 commit 0b5b61c
Show file tree
Hide file tree
Showing 5 changed files with 664 additions and 5 deletions.
2 changes: 1 addition & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ the structure of the code and of the repository.
`update_layout`, `add_trace`, etc.

- [the `plotly.express` module](https://plotly.com/python/plotly-express/) (usually imported as `px`) is a high-level
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`.
Plotly Express functions
are designed to be highly consistent with each other, and to do *as little computation
in Python as possible*, generally concerning themselves with formatting data and creating
Expand Down
Loading

0 comments on commit 0b5b61c

Please sign in to comment.