Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
alafaye committed Jul 3, 2015
1 parent f32d767 commit cf87f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygsp/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ def pg_plot_signal(G, signal, show_edges=None, cp=[-6, -3, 160],
if climits is None:
cmin = 1.01 * np.min(signal)
cmax = 1.01 * np.max(signal)
climits = {cmin, cmax}
climits = [cmin, cmax]

# pygtgraph window initialization in 2D and 3D
global window_list
Expand Down

0 comments on commit cf87f56

Please sign in to comment.