Python API Reference ==================== This section provides detailed documentation for the Python components of NSphere that are intended for direct import and use in other Python code. Documentation is generated directly from docstrings using Sphinx Autodoc and Napoleon. NSphere Plot (`nsphere_plot.py`) -------------------------------- This is the main Python module containing functions for loading simulation data, generating various plots (profiles, trajectories, histograms), and creating animations. .. automodule:: nsphere_plot :members: :undoc-members: :show-inheritance: