8000 Fix cohere-demo by dstansby · Pull Request #7968 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Fix cohere-demo #7968

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Feb 8, 2017
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Add exaple title to cohere_demo
  • Loading branch information
dstansby committed Jan 29, 2017
commit a54d257286a33c6047fded3d1237011feddafa06
6 changes: 5 additions & 1 deletion examples/pylab_examples/cohere_demo.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
"""
Compute the coherence of two signals
=====================================
Plotting the coherence of two signals
=====================================

An example showing how to plot the coherence of two signals.
"""
import numpy as np
import matplotlib.pyplot as plt
Expand Down
0