Skip to content
Snippets Groups Projects
Commit e703bb90 authored by Peter Lünenschloß's avatar Peter Lünenschloß
Browse files

added picture

parent f8f46213
No related branches found
No related tags found
1 merge request!850Horizontal axis rolling
This commit is part of merge request !850. Comments created here will be created in the context of that merge request.
docs/resources/images/horizontalAxiRollingExample.png

60.5 KiB

SPDX-FileCopyrightText: 2021 Helmholtz-Zentrum für Umweltforschung GmbH - UFZ
SPDX-License-Identifier: GPL-3.0-or-later
\ No newline at end of file
......@@ -64,6 +64,12 @@ class RollingMixin:
center :
If True, center the rolling window.
Notes
-----
.. figure:: /resources/images/horizontalAxisRollingExample.png
Rolling over multiple variables.
"""
# HINT: checking in _roll
if target and (len(target) > 1) and (len(field) != len(target)):
......@@ -145,6 +151,7 @@ class RollingMixin:
center :
If True, center the rolling window.
"""
import warnings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment