Re: [Matplotlib-users] xticks label disappear for the first subplot AND shift the xticks label to the left
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 art was mess up by gmail! :-) I had all the stuff to the above link. Any idea? Thanks you. Pietro -- For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 ___ Matplotlib-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/matplotlib-users
Re: [Matplotlib-users] xticks label disappear for the first subplot AND shift the xticks label to the left
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 -- For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 ___ Matplotlib-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/matplotlib-users
Re: [Matplotlib-users] xticks label disappear for the first subplot AND shift the xticks label to the left
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 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 > > -- > For Developers, A Lot Can Happen In A Second. > Boundary is the first to Know...and Tell You. > Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! > http://p.sf.net/sfu/Boundary-d2dvs2 > ___ > Matplotlib-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 ___ Matplotlib-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/matplotlib-users
[Matplotlib-users] matplotlib for Mac OS 10.7 (Lion)
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 -- For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2___ Matplotlib-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/matplotlib-users
