Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 9726dd5

Browse files
overrideable defaults object
1 parent 04563f0 commit 9726dd5

File tree

4 files changed

+148
-131
lines changed

4 files changed

+148
-131
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,4 @@ venv.bak/
108108

109109
# mypy
110110
.mypy_cache/
111+
doc_build

plotly_express/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
density_contour,
3232
)
3333

34-
from ._core import ExpressFigure, set_mapbox_access_token # noqa: F401
34+
from ._core import ExpressFigure, set_mapbox_access_token, defaults # noqa: F401
3535

3636
from . import data, colors # noqa: F401
3737

0 commit comments

Comments
 (0)