Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 2b2016a + 78e9b56 commit 28d3fcdCopy full SHA for 28d3fcd
1 file changed
lib/mpl_toolkits/mplot3d/axes3d.py
@@ -2544,8 +2544,7 @@ def calc_arrow(uvw, angle=15):
2544
# must all in same shape
2545
assert len(set([k.shape for k in input_args])) == 1
2546
2547
- # TODO: num should probably get parameterized
2548
- shaft_dt = np.linspace(0, length, num=20)
+ shaft_dt = np.linspace(0, length, num=2)
2549
arrow_dt = shaft_dt * arrow_length_ratio
2550
2551
if pivot == 'tail':
0 commit comments