Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 540 Bytes

index.rst

File metadata and controls

28 lines (17 loc) · 540 Bytes

Predefined nodes

Preparing data for plotting

Data Selection

To be written. Describe data selector, idea of compatible data.

Data Gridding

Converting data from a tabular format to a grid is done by the by the node class :class:`.DataGridder`:

.. autoclass:: plottr.node.grid.DataGridder
    :members: grid

.. autoclass:: plottr.node.grid.GridOption
    :members:


Data slicing and reduction to 1D or 2D

To be written.