File: __init__.py

package info (click to toggle)
python-sidpy 0.12.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 21,988 kB
  • sloc: python: 11,456; makefile: 17
file content (18 lines) | stat: -rw-r--r-- 329 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
"""
Tools for static and interactive visualization of scientific imaging and
spectroscopy data

Submodules
----------

.. autosummary::
    :toctree: _autosummary

    plot_utils
    jupyter_utils
    dataset_viz
"""

from . import plot_utils, jupyter_utils, dataset_viz

__all__ = ['plot_utils', 'jupyter_utils', 'dataset_viz']