-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Hi,
Thanks for sharing. Great work!
I ran code as is but I got an error in the last plot with correlations:
Traceback (most recent call last):
at cell 16, line 34
at /opt/python/envs/default/lib/python3.8/site-packages/matplotlib/axes/_axes.py, line 1688, in plot(self, scalex, scaley, data, *args, **kwargs)
at /opt/python/envs/default/lib/python3.8/site-packages/matplotlib/axes/_base.py, line 311, in call(self, data, *args, **kwargs)
at /opt/python/envs/default/lib/python3.8/site-packages/matplotlib/axes/_base.py, line 504, in _plot_args(self, tup, kwargs, return_kwargs, ambiguous_fmt_datakey)
ValueError: x and y must have same first dimension, but have shapes (1146,) and (1056,)
I did not look for the issue yet but wanted to check whether this is an ongoing issue.