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
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
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
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
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
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
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
-