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 968eec4 commit a489dbfCopy full SHA for a489dbf
1 file changed
lib/matplotlib/tests/test_colors.py
@@ -204,6 +204,7 @@ def gray_from_float_rgba():
204
assert_raises(ValueError, gray_from_float_rgb)
205
assert_raises(ValueError, gray_from_float_rgba)
206
207
+
208
def test_light_source_shading_color_range():
209
# see also
210
#http://matplotlib.org/examples/pylab_examples/shading_example.html
@@ -232,6 +233,7 @@ def test_light_source_shading_color_range():
232
233
plt.yticks([])
234
plt.draw()
235
236
237
if __name__ == '__main__':
238
import nose
239
nose.runmodule(argv=['-s', '--with-doctest'], exit=False)
0 commit comments