Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix backend_driver.py
A couple of files were removed in PR #1918, but were accidentally re-added to `backend_driver.py` by PR #1924.
  • Loading branch information
tonysyu committed May 5, 2013
commit 42f3f00cad6edb7812dfeafc828d4112b9382bc6
9 changes: 4 additions & 5 deletions examples/tests/backend_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,14 @@
'scatter_demo.py',
]

files['colors'] = [
'color_cycle_demo.py',
]

files['images'] = [
'imshow_demo.py',
]


files['statistics'] = [
'errorbar_demo.py',
'errorbar_demo_features.py',
Expand Down Expand Up @@ -210,14 +213,12 @@
'nan_test.py',
'newscalarformatter_demo.py',
'pcolor_demo.py',
'pcolor_demo2.py',
'pcolor_log.py',
'pcolor_small.py',
'pie_demo2.py',
'plotfile_demo.py',
'polar_demo.py',
'polar_legend.py',
'poormans_contour.py',
'psd_demo.py',
'psd_demo2.py',
'psd_demo3.py',
Expand Down Expand Up @@ -246,7 +247,6 @@
'text_rotation.py',
'text_rotation_relative_to_line.py',
'transoffset.py',
'vline_demo.py',
'xcorr_demo.py',
'zorder_demo.py',
]
Expand All @@ -257,7 +257,6 @@
'barchart_demo.py',
'bbox_intersect.py',
'collections_demo.py',
'color_cycle.py',
'colorbar_only.py',
'custom_projection_example.py',
'custom_scale_example.py',
Expand Down