diff --git a/lib/matplotlib/cbook.py b/lib/matplotlib/cbook.py index d90921158ee5..10048f1be782 100644 --- a/lib/matplotlib/cbook.py +++ b/lib/matplotlib/cbook.py @@ -1387,7 +1387,7 @@ def _reshape_2D(X, name): # Iterate over columns for ndarrays. if isinstance(X, np.ndarray): - X = X.T + X = X.transpose() if len(X) == 0: return [[]]
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: