Re: [Matplotlib-users] Color Bar Limits

2015-04-02 Thread John Leeman
Jody and Ben, That does the business! I had hunted for awhile, but didn’t find that solution. Thank you for your help! Cheers, John Leeman > On Apr 2, 2015, at 1:02 PM, Benjamin Root wrote: > > ::Looks again:: > > Ok, I see what you did here: > > cmap = plt.get_cmap

[Matplotlib-users] Color Bar Limits

2015-04-02 Thread John Leeman
and shifted (a very weird behavior). Any ideas? Thank you, John Leeman import numpy as np import matplotlib.pyplot as plt x = np.arange(100) y = np.random.rand(100) z = 4 * np.random.rand(100) color_map = plt.get_cmap('rainbow_r') fig = plt.figure(figsize=(12,9)) ax1 = plt.subpl