Skip to content

Commit

Permalink
Change the import order
Browse files Browse the repository at this point in the history
 to see if plot compiles on RTFD. Currently failing.
  • Loading branch information
jaidevd committed Jan 17, 2016
1 parent 9565eb8 commit 0609b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/_gallery/plot_5_4_2_hough_noisy_chirp.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
from tftb.generators import noisecg, sigmerge, fmlin
from tftb.processing.cohen import WignerVilleDistribution
from tftb.processing.postprocessing import hough_transform
from mpl_toolkits.mplot3d import Axes3D
import matplotlib.pyplot as plt
from mpl_toolkits.mplot3d import Axes3D

N = 64
sig = sigmerge(fmlin(N, 0, 0.3)[0], noisecg(N), 1)
Expand Down

0 comments on commit 0609b4a

Please sign in to comment.