Change colour map to 'Blues'

master
Dan Howe 5 years ago
parent 7aea2f0da9
commit 726bdf7d0d

@ -15,7 +15,7 @@ c_min = -8
c_step = 2
# Create colour map
cmap = plt.cm.get_cmap('YlOrRd', (c_max - c_min + c_step) / c_step)
cmap = plt.cm.get_cmap('Blues', (c_max - c_min + c_step) / c_step)
fig, ax = plt.subplots(1, 1, figsize=(6, 4))

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

Loading…
Cancel
Save