From a1234cb1bac0dceb1ea6b998bd09c3f5ecf97fa8 Mon Sep 17 00:00:00 2001 From: zhi Date: Mon, 23 Dec 2024 16:47:09 -0500 Subject: [PATCH] update default --- Exec/science/xrb_spherical/analysis/slice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Exec/science/xrb_spherical/analysis/slice.py b/Exec/science/xrb_spherical/analysis/slice.py index dab68984b4..47701705a2 100755 --- a/Exec/science/xrb_spherical/analysis/slice.py +++ b/Exec/science/xrb_spherical/analysis/slice.py @@ -14,7 +14,7 @@ def slice(fnames:List[str], fields:List[str], - loc: str = "top", widthScale: float = 4.0, + loc: str = "top", widthScale: float = 3.0, theta: Optional[float] = None) -> None: """ A slice plot of the datasets for different field parameters for Spherical2D geometry.