(Fix) ValueError: Argument Z must be 2-dimensional
Problem Formulation The output when running this code is as follows Warning (from warnings module): File “C:\Users\xcent\Desktop\code.py”, line 10 ax = fig.gca(projection=’3d’) MatplotlibDeprecationWarning: Calling gca() with keyword arguments was deprecated in Matplotlib 3.4. Starting two minor releases later, gca() will take no keyword arguments. The gca() function should only be used to get the current … Read more