:py:mod:`aces.obsplan.segmented_plot` ===================================== .. py:module:: aces.obsplan.segmented_plot .. autoapi-nested-parse:: From github contribitor lkilcher at https://gist.github.com/lkilcher/72a7274fe7b0a064b333 Corrected for this application, allowing jumps in both directions across the boundaries. Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: aces.obsplan.segmented_plot.segment_plot aces.obsplan.segmented_plot.segment_3vec .. py:class:: segment_plot(lims=None, thresh=0.95) Bases: :py:obj:`object` .. py:method:: unlink_wrap(dat) .. py:method:: pad_segments(x, y, slc) .. py:method:: iter(x, y) .. py:method:: __call__(x, y, ax=None, **kwargs) .. py:class:: segment_3vec(lims=None, thresh=0.95) Bases: :py:obj:`object` .. py:method:: unlink_wrap(x, y) .. py:method:: pad_segments(x, y, z, slc) .. py:method:: iter(x, y, z)