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.
2 parents 0543f77 + 5748c2e commit ce661b0Copy full SHA for ce661b0
lib/matplotlib/tests/test_coding_standards.py
@@ -267,13 +267,10 @@ def test_pep8_conformance_examples():
267
'*/pylab_examples/triplot_demo.py',
268
'*/shapes_and_collections/artist_reference.py',
269
'*/pyplots/align_ylabels.py',
270
- '*/pyplots/pyplot_scales.py',
271
'*/pyplots/annotate_transform.py',
272
'*/pyplots/pyplot_simple.py',
273
'*/pyplots/annotation_basic.py',
274
- '*/pyplots/pyplot_text.py',
275
'*/pyplots/annotation_polar.py',
276
- '*/pyplots/pyplot_three.py',
277
'*/pyplots/auto_subplots_adjust.py',
278
'*/pyplots/pyplot_two_subplots.py',
279
'*/pyplots/boxplot_demo.py',
@@ -292,7 +289,6 @@ def test_pep8_conformance_examples():
292
289
'*/pyplots/pyplot_annotate.py',
293
290
'*/pyplots/whats_new_99_axes_grid.py',
294
291
'*/pyplots/pyplot_formatstr.py',
295
- '*/pyplots/whats_new_99_mplot3d.py',
296
'*/pyplots/pyplot_mathtext.py',
297
'*/pyplots/whats_new_99_spines.py']
298
assert_pep8_conformance(dirname=exdir,
0 commit comments