[Matplotlib-users] Asymmetrical arrangements of subplots

2011-05-04 Thread Sebastian Krieger
lignment','center') Reference:http://www.mathworks.com/help/techdoc/ref/subplot.html Is it possible in matplotlib? Cheers, Sebastian -- *Sebastian Krieger, M.Sc.* Laboratório de Oceanografia por Satélites Instituto Oceanográfico -- Universidade de São Paulo Praça do Oceanográfico

Re: [Matplotlib-users] Common ylabel for subplots

2009-03-12 Thread Sebastian Krieger
I think now I got what you want. Simply put the label on the middle subplot. If it's too big it will span accross the other plots. import pylab figprops = dict(figsize=(8., 8. / 1.618), dpi=128)  # Figure properties adjustprops = dict(left=0.1, bottom=0.1, rig

Re: [Matplotlib-users] Common ylabel for subplots

2009-03-11 Thread Sebastian Krieger
Hi Gökhan et al, I hope the following code might help you out and show you the basic idea of sharing the same x and y axis over several subplots. I've made a plot with 2 x 2 subplots sharing both x and y axis and showing only the labels at the left and the labels at the bottom. import pyl

[Matplotlib-users] Horizontal aligned legend

2008-07-01 Thread Sebastian Krieger
Hi folks! I was wondering if it's possible to have legends that are horizontaly aligned instead of verticaly? Thanks in advance. Sebastian - Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have show

[Matplotlib-users] Robinson projection imshow out of bounds and different latitude limits

2008-05-30 Thread Sebastian Krieger
Dear all! I would like to ask two questions: one concerning imshow with the Robinson projection and the second about the latitude limits for the same map projection. First, I am trying to make a Robinson projection map using imshow instead of contourf as described in the Basemap documentatio

[Matplotlib-users] Hovmoller plots

2007-08-22 Thread Sebastian Krieger
Hi, Does anyone eventually have a sample on how to make Hovmoller plots using matplotlib? Specially with good looking time axis like Ferret does? Thanks Sebastian - This SF.net email is sponsored by: Splunk Inc. Still grepp

[Matplotlib-users] caxis in matplotlib / basemap

2007-05-09 Thread Sebastian Krieger
Hi everybody! I've just started using Python and matplotlib & basemap in order to continue using Matlab. I want to make some sea surface height anomaly plots and could find out how to define the color limits equivalent to caxis in Matlab. Can anyone help me? Thanks Sebastian -