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 a69db44 commit e38a5bcCopy full SHA for e38a5bc
1 file changed
lib/matplotlib/tests/test_subplots.py
@@ -176,7 +176,8 @@ def test_dont_mutate_kwargs():
176
177
178
def test_subplot_theta_min_max_raise():
179
- with pytest.raises(ValueError, match='The angle range must be<= 360 degrees'):
+ with pytest.raises(ValueError, match='The angle range ' +
180
+ 'must be<= 360 degrees'):
181
ax = plt.subplot(111, projection='polar')
182
ax.set_thetalim(thetamin=800, thetamax=400)
183
0 commit comments