Re: [Matplotlib-users] Decouple the colorbar form subplot

2011-07-22 Thread SiggiN
First, thanks to you for your answers! I tried all the solutions and the one with the AxisGrid Toolkit worked out best for me. There are only some small questions left. How do I change the origin and how do I change fontsize of the ticklabels? #-code

[Matplotlib-users] Decouple the colorbar form subplot

2011-07-11 Thread SiggiN
Hi all! following code shows the problem I have with placing a colorbar for several subplots. #-code import matplotlib import numpy as np import matplotlib.cm as cm import matplotlib.mlab as mlab import matplotlib.pyplot as plt