8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41bf6b5 commit 7ea5c1aCopy full SHA for 7ea5c1a
lib/matplotlib/finance.py
@@ -863,7 +863,7 @@ def _missing(sequence, miss=-1):
863
same_length = len(opens) == len(highs) == len(lows) == len(closes)
864
_missopens = _missing(opens)
865
same_missing = ((_missopens == _missing(highs)).all() and
866
- (_missopens == _missing(lows)).all() and
+ (_missopens == _missing(lows)).all() and
867
(_missopens == _missing(closes)).all())
868
869
if not (same_length and same_missing):
0 commit comments