[Matplotlib-users] how to decrease right margin and move colorbar?

2009-10-09 Thread Dr. Phillip M. Feldman
I am creating a scatter plot using pyplot.scatter(), and adding a colorbar via pyplot.colorbar(). The result is very nice, except that there is a large amount of empty space between the right-hand edge of the axes and the figure window. When I adjust the right-hand margin using something like

Re: [Matplotlib-users] how to decrease right margin and move colorbar?

2009-10-09 Thread Eric Firing
Dr. Phillip M. Feldman wrote: I am creating a scatter plot using pyplot.scatter(), and adding a colorbar via pyplot.colorbar(). The result is very nice, except that there is a large amount of empty space between the right-hand edge of the axes and the figure window. When I adjust the