welly
welly copied to clipboard
2D Curve breaks display
It's possible to make a 2D Curve object, apparently. E.g., if vp
is a Curve object:
x = np.arange(10).reshape(-1, 1)
vp * x
yields something like: