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.
1 parent 4f0a68e commit 0744b9eCopy full SHA for 0744b9e
1 file changed
lib/matplotlib/tests/test_arrow_patches.py
@@ -17,7 +17,7 @@ def draw_arrow(ax, t, r):
17
@image_comparison(baseline_images=['fancyarrow_test_image'])
18
def test_fancyarrow():
19
# Added 0 to test division by zero error described in issue 3930
20
- r = [0.4, 0.3, 0.2, 0.1]
+ r = [0.4, 0.3, 0.2, 0.1, 0]
21
t = ["fancy", "simple", matplotlib.patches.ArrowStyle.Fancy()]
22
23
fig, axes = plt.subplots(len(t), len(r), squeeze=False,
0 commit comments