Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0fd12aa

Browse files
committed
Add test
1 parent 00acff2 commit 0fd12aa

File tree

4 files changed

+38
-32
lines changed

4 files changed

+38
-32
lines changed
Binary file not shown.
Loading

lib/matplotlib/tests/baseline_images/test_axes/polar_axes.svg

Lines changed: 37 additions & 32 deletions
Loading

lib/matplotlib/tests/test_axes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ def test_polar_annotations():
129129
fig = plt.figure()
130130
ax = fig.add_subplot( 111, polar=True )
131131
line, = ax.plot( theta, r, color='#ee8d18', lw=3 )
132+
line, = ax.plot( (0, 0), (0, 1), color="#0000ff", lw=1)
132133

133134
ind = 800
134135
thisr, thistheta = r[ind], theta[ind]

0 commit comments

Comments
 (0)