Skip to content

Commit

Permalink
Decrease default linewidth
Browse files Browse the repository at this point in the history
  • Loading branch information
colganwi authored Aug 24, 2024
1 parent f265e0f commit 4cc120e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pycea/pl/plot_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def branches(
extend_branches: bool = False,
angled_branches: bool = False,
color: str = "black",
linewidth: int | float | str = 1,
linewidth: int | float | str = .5,
depth_key: str = "depth",
tree: str | Sequence[str] | None = None,
cmap: str | mcolors.Colormap = "viridis",
Expand Down Expand Up @@ -498,7 +498,7 @@ def tree(
angled_branches: bool = False,
depth_key: str = "depth",
branch_color: str = "black",
branch_linewidth: int | float | str = 1,
branch_linewidth: int | float | str = .5,
node_color: str = "black",
node_style: str = "o",
node_size: int | float = 10,
Expand Down

0 comments on commit 4cc120e

Please sign in to comment.