Oliver W.
Results
2
issues of
Oliver W.
The following minimal example demonstrates the issue: ``` import numpy as np import matplotlib.tri as mtri import matplotlib.pyplot as plt from mpl_toolkits.mplot3d import Axes3D y,x = np.ogrid[1:10:100j, 1:10:100j] z2 =...
topic: mplot3d
Difficulty: Medium
Good first issue
The REPL output now matches the instructions. Extra info has been added to aid with the explanation as well for those who are not aware of DST, particularly the exact...