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.
1 parent e62e51e commit 2dc9a46Copy full SHA for 2dc9a46
1 file changed
examples/tests/backend_driver.py
@@ -74,7 +74,10 @@
74
files['statistics'] = [
75
'errorbar_demo.py',
76
'errorbar_demo_features.py',
77
+ 'histogram_demo_cumulative.py',
78
'histogram_demo_features.py',
79
+ 'histogram_demo_histtypes.py',
80
+ 'histogram_demo_multihist.py',
81
]
82
83
files['pie'] = [
@@ -172,7 +175,6 @@
172
175
'hexbin_demo.py',
173
176
'hexbin_demo2.py',
174
177
'hist_colormapped.py',
- 'histogram_demo_extended.py',
178
'vline_hline_demo.py',
179
180
'image_clip_path.py',
0 commit comments