We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3520d9 commit 2b2d548Copy full SHA for 2b2d548
mathics/eval/drawing/plot3d_vectorized.py
@@ -50,7 +50,7 @@ def eval_Plot3D(
50
zs = np.real(zs)
51
52
# if it's a constant, make it a full array
53
- if isinstance(zs, (float,int,complex)):
+ if isinstance(zs, (float, int, complex)):
54
zs = np.full(xs.shape, zs)
55
56
with Timer("stack"):
0 commit comments