axon_population.rotate

axon_population.rotate(angle: float, with_geom: bool = True, with_pop: bool = True, degree: bool = False, mask_on: list[str] = [])

Rotate the population and/or its geometry

Parameters:
  • angle (_type_) – _description_

  • with_geom (bool, optional) – if True rotate the geometry, by default True

  • with_pop (bool, optional) – if True rotate the population, by default True

  • degree (bool, optional) – if True angle is in degree, if False in radian, by default False