src/lookoutequipment/plot.py [421:427]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            ax_id += 1
            self._plot_ranges(
                self._labels_df, 
                self._labels_title,
                colors['labels'],
                ax[ax_id]
            )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/lookoutequipment/plot.py [442:448]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            ax_id += 1
            self._plot_ranges(
                self._labels_df, 
                self._labels_title,
                colors['labels'],
                ax[ax_id]
            )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



