From eeb14ab81827170d459b6d2e0708e5b6152de79a Mon Sep 17 00:00:00 2001 From: Michael Krayer Date: Mon, 7 Jun 2021 13:31:00 +0200 Subject: [PATCH] increased default glyph resolution to pyvista default --- particle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/particle.py b/particle.py index d7bd0f3..7c842b3 100644 --- a/particle.py +++ b/particle.py @@ -131,7 +131,7 @@ class Particles: mesh[key] = self.attr[key] return mesh - def glyph(self,theta_resolution=10,phi_resolution=10,deep=False): + def glyph(self,theta_resolution=30,phi_resolution=30,deep=False): import pyvista as pv assert self.has_attribute('r'), "Attribute 'r' required." geom = pv.Sphere(radius=1,theta_resolution=theta_resolution,