[Matplotlib-users] matplotlib for Mac OS 10.7 (Lion)

2012-04-20 Thread C M
Trying to help a Mac friend running OSX 10.7 (Lion) easily set up to test scripts I send him, and have some questions: 1) Can Matplotlib 1.1 run on the Python 2.7.2 version that comes with Lion? 2) When is there expected to be an installer for Matplotlib 1.1 for OSX 10.7? Thanks, Che ---

Re: [Matplotlib-users] xticks label disappear for the first subplot AND shift the xticks label to the left

2012-04-20 Thread Paul Hobson
Pietro, Try the following: -set minor ticks at half intervals between your major ticks -labeling those as you currently label the major ticks -remove the minor tick markers (set markersize=0?) -clear out the major tick labels -paul On Fri, Apr 20, 2012 at 12:49 AM, Pietro wrote: > On Fri, Apr

Re: [Matplotlib-users] xticks label disappear for the first subplot AND shift the xticks label to the left

2012-04-20 Thread Pietro
On Fri, Apr 20, 2012 at 9:47 AM, Pietro wrote: >> https://gist.github.com/2412755 > > I realize that my ascii art was mess up by gmail! > :-) > > I had all the stuff to the above link. Any idea? Sorry, I mean "I add". Pietro -

Re: [Matplotlib-users] xticks label disappear for the first subplot AND shift the xticks label to the left

2012-04-20 Thread Pietro
On Thu, Apr 19, 2012 at 2:46 PM, Pietro wrote: > Hi, > > I'm new to this mailing list, I'm writing here because I was not able to > solve searching in the web. > I would like to display subplot data divided per week, I write this code: > > https://gist.github.com/2412755 I realize that my ascii a