8000 Merge pull request #1977 from tonysyu/fix-backend_driver · matplotlib/matplotlib@b9f2b72 · GitHub
[go: up one dir, main page]

Skip to content

Commit b9f2b72

Browse files
committed
Merge pull request #1977 from tonysyu/fix-backend_driver
Fix `backend_driver.py`
2 parents d75525f + 42f3f00 commit b9f2b72

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

examples/tests/backend_driver.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,14 @@
6363
'scatter_demo.py',
6464
]
6565

66+
files['colors'] = [
67+
'color_cycle_demo.py',
68+
]
69+
6670
files['images'] = [
6771
'imshow_demo.py',
6872
]
6973

70-
7174
files['statistics'] = [
7275
'errorbar_demo.py',
7376
'errorbar_demo_features.py',
@@ -210,14 +213,12 @@
210213
'nan_test.py',
211214
'newscalarformatter_demo.py',
212215
'pcolor_demo.py',
213-
'pcolor_demo2.py',
214216
'pcolor_log.py',
215217
'pcolor_small.py',
216218
'pie_demo2.py',
217219
'plotfile_demo.py',
218220
'polar_demo.py',
219221
'polar_legend.py',
220-
'poormans_contour.py',
221222
'psd_demo.py',
222223
'psd_demo2.py',
223224
'psd_demo3.py',
@@ -246,7 +247,6 @@
246247
'text_rotation.py',
247248
'text_rotation_relative_to_line.py',
248249
'transoffset.py',
249-
'vline_demo.py',
250250
'xcorr_demo.py',
251251
'zorder_demo.py',
252252
]
@@ -257,7 +257,6 @@
257257
'barchart_demo.py',
258258
'bbox_intersect.py',
259259
'collections_demo.py',
260-
'color_cycle.py',
261260
'colorbar_only.py',
262261
'custom_projection_example.py',
263262
'custom_scale_example.py',

0 commit comments

Comments
 (0)
0