Daniel Poelzleithner writes:
> I'm developing a websuite for open meshed networks written in django. I
> must admit, matplotlib and such was kinda hard stuff to step into. Most
> examples and documentation is only based on the pylab api, which isn't
> well suited for my purpos, because Django
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
I'm developing a websuite for open meshed networks written in django. I
must admit, matplotlib and such was kinda hard stuff to step into. Most
examples and documentation is only based on the pylab api, which isn't
well suited for my purpos, becau
"Alexander Michael" <[EMAIL PROTECTED]> writes:> I would like to create a plot axis with major tick labels centered
> *between* major tick markers instead below tick markers.Take a look athttp://thread.gmane.org/gmane.comp.python.matplotlib.general/5271
http://thread.gmane.org/gmane.comp.python.mat
Thanks for the detailed reply. I was just wondering whether I was missing something obvious andthat doesn't seem to be the case.CheersDaniel WheelerOn Aug 2, 2006, at 2:15 PM, John Hunter wrote:"Daniel" == Daniel Wheeler <[EMAIL PROTECTED]> writes: Daniel> It seems that resetting the axes li
> "Daniel" == Daniel Wheeler <[EMAIL PROTECTED]> writes:
Daniel>It seems that resetting the axes limits every time data
Daniel> needs to be redisplayed is rather inefficient. A script
Daniel> is included with this mail that tests the efficiency of
Daniel> resizing the y ax
It seems that resetting the axes limits every time data needs to be redisplayed is rather inefficient.A script is included with this mail that tests the efficiency of resizing the y axis.The script has two loops, in the first loop pylab.ylim() is continuously called with the changingsize of the dom