Math Problem Statement

5 frames

/usr/local/lib/python3.10/dist-packages/matplotlib/contour.py in _check_xyz(self, x, y, z, kwargs) 1494 elif x.ndim == 2: 1495 if x.shape != z.shape: -> 1496 raise TypeError( 1497 f"Shapes of x {x.shape} and z {z.shape} do not match") 1498 if y.shape != z.shape:

TypeError: Shapes of x (200, 200) and z (650, 650) do not match

why is that?

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Contour plots
Meshgrid
Interpolation

Formulas

-

Theorems

-

Suitable Grade Level

Advanced