welly icon indicating copy to clipboard operation
welly copied to clipboard

2D Curve breaks display

Open kwinkunks opened this issue 6 years ago • 0 comments

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:

image

kwinkunks avatar Oct 16 '18 12:10 kwinkunks