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

Skip to content

Commit e38440f

Browse files
committed
Fix unit tests for polar rmin changes in last commit.
svn path=/branches/v1_0_maint/; revision=8650
1 parent 3481e10 commit e38440f

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

lib/matplotlib/projections/polar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def refresh(self):
188188

189189
def view_limits(self, vmin, vmax):
190190
vmin, vmax = self.base.view_limits(vmin, vmax)
191-
return vmin, vmax
191+
return 0, vmax
192192

193193

194194
def __init__(self, *args, **kwargs):
3 Bytes
Binary file not shown.
269 Bytes
Loading

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

Lines changed: 10 additions & 10 deletions
Loading

0 commit comments

Comments
 (0)