Skip to content

Commit

Permalink
Added arrowhead settings
Browse files Browse the repository at this point in the history
  • Loading branch information
pfebrer committed Feb 19, 2024
1 parent 4cfc425 commit ceed46a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sisl/viz/plotters/grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ def draw_grid_arrows(data, arrows: List[dict]):
opacity=arrow_data.get("opacity", None),
dash=arrow_data.get("dash", None),
),
arrowhead_scale=arrow_data.get("arrowhead_scale", 0.2),
arrowhead_angle=arrow_data.get("arrowhead_angle", 20),
)
)

Expand Down

0 comments on commit ceed46a

Please sign in to comment.