Re: [Matplotlib-users] basemap and transparent png output

2006-08-02 Thread Philip Austin
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

[Matplotlib-users] basemap and transparent png output

2006-08-02 Thread Daniel Poelzleithner
-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

Re: [Matplotlib-users] Centering Tick Labels BETWEEN Tick Marks

2006-08-02 Thread Alexander Michael
"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

Re: [Matplotlib-users] ylim() efficiency

2006-08-02 Thread Daniel Wheeler
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

Re: [Matplotlib-users] ylim() efficiency

2006-08-02 Thread John Hunter
> "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

[Matplotlib-users] ylim() efficiency

2006-08-02 Thread Daniel Wheeler
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