Oh, removing .matplotlib/matplotlibrc solved this issue.

The content of matplotlibrc was really simple, though:

--
font.size       : 8.0

#
# The figure subplot parameters.  All dimensions are fraction of the
# figure width or height
#
#figure.subplot.left    : 0.125  # the left side of the subplots of the figure
#figure.subplot.right   : 0.9    # the right side of the subplots of the figure
#figure.subplot.bottom  : 0.1    # the bottom of the subplots of the figure
#figure.subplot.top     : 0.9    # the top of the subplots of the figure
#figure.subplot.wspace  : 0.2    # the amount of width reserved for
blank space between subplots
#figure.subplot.hspace  : 0.2    # the amount of height reserved for
white space between subplots

figure.subplot.hspace   : 0.3    # the amount of height reserved for
white space between subplots
--

Regards

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to