From 9defd3835eca939a20457c4a8964e6b75154ad7e Mon Sep 17 00:00:00 2001 From: Louie Date: Mon, 30 Dec 2024 15:04:20 +0100 Subject: [PATCH] Added plot_network_x function to plots.py folder --- pyhgf/plots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyhgf/plots.py b/pyhgf/plots.py index 57cfed4cd..a1a15f0c2 100644 --- a/pyhgf/plots.py +++ b/pyhgf/plots.py @@ -632,7 +632,7 @@ def plot_network_x(network: "Network", scale : float, optional Scale factor for node positioning, by default 1 arrow_size : int, optional - Size of the arrows for volatility edges, by default 40 + Size of the arrows for volatility edges, by default 35 Returns -------