Skip to content

Commit

Permalink
Change colormap
Browse files Browse the repository at this point in the history
  • Loading branch information
smoia committed May 19, 2023
1 parent c22f0a9 commit 1255a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nigsp/viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def plot_nodes(ns, atlas, filename=None, title=None, thr=None, closeplot=False):
LGR.info("Creating markerplot.")
fig = plt.figure(figsize=FIGSIZE)
ax = fig.subplots()
plot_markers(ns, coord, axes=ax, node_threshold=thr)
plot_markers(ns, coord, axes=ax, node_threshold=thr, node_cmap=plt.cm.Spectral_r)
if title is not None:
fig.suptitle(title)

Expand Down

0 comments on commit 1255a61

Please sign in to comment.