Skip to content

Patches

subsurfaceio.plotly_utils.patches

Functions:

Name Description
ensure_build_dataframe_patch

Patch Plotly Express to allow wide-form columns of mixed types.

ensure_build_dataframe_patch

ensure_build_dataframe_patch() -> None

Patch Plotly Express to allow wide-form columns of mixed types.

Replaces plotly.express._core.build_dataframe with a copy that skips the mixed-dtype guard removed at line 1783 of _core.py.