Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7f81351

Browse files
committed
Move cohere_demo to lines_bars_and_markers
1 parent a54d257 commit 7f81351

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

examples/tests/backend_driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252

5353
files['lines'] = [
5454
'barh_demo.py',
55+
'cohere_demo',
5556
'fill_demo.py',
5657
'fill_demo_features.py',
5758
'line_demo_dash_control.py',
@@ -127,7 +128,6 @@
127128
'barcode_demo.py',
128129
'boxplot_demo.py',
129130
'broken_barh.py',
130-
'cohere_demo.py',
131131
'color_by_yvalue.py',
132132
'color_demo.py',
133133
'colorbar_tick_labelling_demo.py',

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7082,7 +7082,7 @@ def cohere(self, x, y, NFFT=256, Fs=2, Fc=0, detrend=mlab.detrend_none,
70827082
70837083
Examples
70847084
--------
7085-
.. plot:: mpl_examples/pylab_examples/cohere_demo.py
7085+
.. plot:: mpl_examples/lines_bars_and_markers/cohere_demo.py
70867086
"""
70877087
if not self._hold:
70887088
self.cla()

0 commit comments

Comments
 (0)