You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: