Skip to content

Commit

Permalink
Changed colormap to RdBu.
Browse files Browse the repository at this point in the history
  • Loading branch information
markkness committed Jul 15, 2014
1 parent 9d10825 commit 66281f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/seismic-volume/load_volume.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def plot_slice(distarray_slice, filename, title, x_label, y_label):
# Transpose to make depth look like depth.
slice_nd = slice_nd.transpose()
# Plot.
cmap = 'jet'
cmap = 'RdBu'
pyplot.matshow(slice_nd, cmap=cmap)
if False:
# This looks bad without more effort.
Expand Down

0 comments on commit 66281f1

Please sign in to comment.