Skip to content

Commit 2dc9a46

Browse files
committed
Fix example links.
The example linked in backend_driver was broken when examples were split up and renamed/moved.
1 parent e62e51e commit 2dc9a46

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/tests/backend_driver.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,10 @@
7474
files['statistics'] = [
7575
'errorbar_demo.py',
7676
'errorbar_demo_features.py',
77+
'histogram_demo_cumulative.py',
7778
'histogram_demo_features.py',
79+
'histogram_demo_histtypes.py',
80+
'histogram_demo_multihist.py',
7881
]
7982

8083
files['pie'] = [
@@ -172,7 +175,6 @@
172175
'hexbin_demo.py',
173176
'hexbin_demo2.py',
174177
'hist_colormapped.py',
175-
'histogram_demo_extended.py',
176178
'vline_hline_demo.py',
177179

178180
'image_clip_path.py',

0 commit comments

Comments
 (0)