sdf_xarray.plotting.EpochAccessor#
- class sdf_xarray.plotting.EpochAccessor(xarray_obj)[source]#
Bases:
objectMethods
- animate(*args, **kwargs)[source]#
Generate animations of Epoch data.
- Parameters:
args – Positional arguments passed to
animation().kwargs – Keyword arguments passed to
animation().
- Return type:
Examples
>>> anim = ds["Electric_Field_Ey"].epoch.animate() >>> anim.save("animation.gif") >>> # Or in a jupyter notebook: >>> anim.show()