howso-visuals 2.4.0__tar.gz → 2.4.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {howso_visuals-2.4.0 → howso_visuals-2.4.1}/PKG-INFO +1 -1
- {howso_visuals-2.4.0 → howso_visuals-2.4.1}/howso/visuals/graph.py +2 -3
- {howso_visuals-2.4.0 → howso_visuals-2.4.1}/howso_visuals.egg-info/PKG-INFO +1 -1
- {howso_visuals-2.4.0 → howso_visuals-2.4.1}/.flake8 +0 -0
- {howso_visuals-2.4.0 → howso_visuals-2.4.1}/.github/CODEOWNERS +0 -0
- {howso_visuals-2.4.0 → howso_visuals-2.4.1}/.github/templates/version_summary.md +0 -0
- {howso_visuals-2.4.0 → howso_visuals-2.4.1}/.github/workflows/build-pr.yml +0 -0
- {howso_visuals-2.4.0 → howso_visuals-2.4.1}/.github/workflows/build-release.yml +0 -0
- {howso_visuals-2.4.0 → howso_visuals-2.4.1}/.github/workflows/build.yml +0 -0
- {howso_visuals-2.4.0 → howso_visuals-2.4.1}/.github/workflows/rebuild-requirements.yml +0 -0
- {howso_visuals-2.4.0 → howso_visuals-2.4.1}/.gitignore +0 -0
- {howso_visuals-2.4.0 → howso_visuals-2.4.1}/CONTRIBUTING.md +0 -0
- {howso_visuals-2.4.0 → howso_visuals-2.4.1}/LICENSE-3RD-PARTY.txt +0 -0
- {howso_visuals-2.4.0 → howso_visuals-2.4.1}/LICENSE.txt +0 -0
- {howso_visuals-2.4.0 → howso_visuals-2.4.1}/README.md +0 -0
- {howso_visuals-2.4.0 → howso_visuals-2.4.1}/bin/build.sh +0 -0
- {howso_visuals-2.4.0 → howso_visuals-2.4.1}/config/latest-mt-debug-howso.yml +0 -0
- {howso_visuals-2.4.0 → howso_visuals-2.4.1}/config/latest-mt-howso.yml +0 -0
- {howso_visuals-2.4.0 → howso_visuals-2.4.1}/config/latest-mt-noavx-debug-howso.yml +0 -0
- {howso_visuals-2.4.0 → howso_visuals-2.4.1}/config/latest-st-debug-howso.yml +0 -0
- {howso_visuals-2.4.0 → howso_visuals-2.4.1}/config/latest-st-howso.yml +0 -0
- {howso_visuals-2.4.0 → howso_visuals-2.4.1}/config/powershell/Download-Tzdata.ps1 +0 -0
- {howso_visuals-2.4.0 → howso_visuals-2.4.1}/config/powershell/Helper-Functions.ps1 +0 -0
- {howso_visuals-2.4.0 → howso_visuals-2.4.1}/howso/visuals/__init__.py +0 -0
- {howso_visuals-2.4.0 → howso_visuals-2.4.1}/howso/visuals/colors.py +0 -0
- {howso_visuals-2.4.0 → howso_visuals-2.4.1}/howso/visuals/data/iris.csv +0 -0
- {howso_visuals-2.4.0 → howso_visuals-2.4.1}/howso/visuals/tests/conftest.py +0 -0
- {howso_visuals-2.4.0 → howso_visuals-2.4.1}/howso/visuals/tests/test_graph.py +0 -0
- {howso_visuals-2.4.0 → howso_visuals-2.4.1}/howso/visuals/tests/test_plot.py +0 -0
- {howso_visuals-2.4.0 → howso_visuals-2.4.1}/howso/visuals/visuals.py +0 -0
- {howso_visuals-2.4.0 → howso_visuals-2.4.1}/howso_visuals.egg-info/SOURCES.txt +0 -0
- {howso_visuals-2.4.0 → howso_visuals-2.4.1}/howso_visuals.egg-info/dependency_links.txt +0 -0
- {howso_visuals-2.4.0 → howso_visuals-2.4.1}/howso_visuals.egg-info/requires.txt +0 -0
- {howso_visuals-2.4.0 → howso_visuals-2.4.1}/howso_visuals.egg-info/top_level.txt +0 -0
- {howso_visuals-2.4.0 → howso_visuals-2.4.1}/pyproject.toml +0 -0
- {howso_visuals-2.4.0 → howso_visuals-2.4.1}/requirements-3.10-dev.txt +0 -0
- {howso_visuals-2.4.0 → howso_visuals-2.4.1}/requirements-3.10.txt +0 -0
- {howso_visuals-2.4.0 → howso_visuals-2.4.1}/requirements-3.11-dev.txt +0 -0
- {howso_visuals-2.4.0 → howso_visuals-2.4.1}/requirements-3.11.txt +0 -0
- {howso_visuals-2.4.0 → howso_visuals-2.4.1}/requirements-3.12-dev.txt +0 -0
- {howso_visuals-2.4.0 → howso_visuals-2.4.1}/requirements-3.12.txt +0 -0
- {howso_visuals-2.4.0 → howso_visuals-2.4.1}/requirements-3.13-dev.txt +0 -0
- {howso_visuals-2.4.0 → howso_visuals-2.4.1}/requirements-3.13.txt +0 -0
- {howso_visuals-2.4.0 → howso_visuals-2.4.1}/requirements-3.9-dev.txt +0 -0
- {howso_visuals-2.4.0 → howso_visuals-2.4.1}/requirements-3.9.txt +0 -0
- {howso_visuals-2.4.0 → howso_visuals-2.4.1}/ruff.toml +0 -0
- {howso_visuals-2.4.0 → howso_visuals-2.4.1}/setup.cfg +0 -0
|
@@ -111,7 +111,7 @@ def _create_edge_annotations(
|
|
|
111
111
|
def plot_graph(
|
|
112
112
|
G: nx.Graph, # noqa: N803
|
|
113
113
|
*,
|
|
114
|
-
colorscale: str | Sequence[tuple[float, str]] = "
|
|
114
|
+
colorscale: str | Sequence[tuple[float, str]] = "Bluered",
|
|
115
115
|
cscale_tuple: tuple[float, float, float] = None,
|
|
116
116
|
edge_attr_sigfigs: SupportsInt | None = 4,
|
|
117
117
|
edge_attr: str | None = None,
|
|
@@ -130,7 +130,7 @@ def plot_graph(
|
|
|
130
130
|
----------
|
|
131
131
|
G : nx.Graph
|
|
132
132
|
The graph to plot.
|
|
133
|
-
colorscale : str | Sequence[tuple[float, str]], default "
|
|
133
|
+
colorscale : str | Sequence[tuple[float, str]], default "Bluered"
|
|
134
134
|
The colorscale to use when plotting nodes using ``node_color``. Defaults to `Plotly`'s reversed "Bluered"
|
|
135
135
|
colorscale.
|
|
136
136
|
cscale_tuple : tuple[float, float, float], optional
|
|
@@ -243,7 +243,6 @@ def plot_graph(
|
|
|
243
243
|
tickvals=[cbot, cmin, cmid, cmax],
|
|
244
244
|
ticktext=[f"{cbot}", f"{cmin}", f"{cmid}", f"≥{cmax}"],
|
|
245
245
|
),
|
|
246
|
-
reversescale=True,
|
|
247
246
|
),
|
|
248
247
|
)
|
|
249
248
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|