increased default glyph resolution to pyvista default

This commit is contained in:
Michael Krayer 2021-06-07 13:31:00 +02:00
parent c73368781b
commit eeb14ab818
1 changed files with 1 additions and 1 deletions

View File

@ -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,