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
{{ message }}
This repository was archived by the owner on Nov 9, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: contributing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ the structure of the code and of the repository.
24
24
in `packages/python/plotly/codegen`. Most of the codegen code concerns the generation of docstrings from
25
25
the schema JSON in Plotly.js. Traces and
26
26
Layout classes have a direct correspondence with their Javascript
27
-
counterpart. Higher-level methods that work on on figures regardless of the current schema (e.g., `BaseFigure.for_each_trace`) are defined in `packages/python/plotly/plotly/basedatatypes.py`. Additional helper methods are defined there for the `Figure` object, such as
27
+
counterpart. Higher-level methods that work on figures regardless of the current schema (e.g., `BaseFigure.for_each_trace`) are defined in `packages/python/plotly/plotly/basedatatypes.py`. Additional helper methods are defined there for the `Figure` object, such as
28
28
`update_layout`, `add_trace`, etc.
29
29
30
30
-[the `plotly.express` module](https://plotly.com/python/plotly-express/) (usually imported as `px`) is a high-level
0 commit comments