[Matplotlib-users] ANN: job opening at TradeLink Securities

2010-09-14 Thread John Hunter
We are looking to hire a programmer/researcher to help research and develop trading ideas, and to develop infrastructure to put these trading strategies into production. We are looking for someone who is bright and curious with a quantitative background and a strong interest in writing good code a

Re: [Matplotlib-users] matplotlib on Ubuntu 10.04 (64-bit)

2010-09-14 Thread Virgil Stokes
On 14-Sep-2010 09:25, Eric Firing wrote: On 09/13/2010 12:55 PM, Eric Firing wrote: If you would like up-to-date versions of both numpy and matplotlib, then you can either find and install the *dev packages individually, or do something like this: sudo apt-get build-dep python-matplotlib sudo

Re: [Matplotlib-users] weird behaviour in x axis

2010-09-14 Thread Jan Skowron
Hi, apropos this offset discussion. matplotlib makes offsets not aligned to the full tens or some other easy number with small amount of non-zero digits in front? For example having ticks: 4917, 4918, 4919, 4920, 4921, 4922 it will now display: 1, 2, 3, 4, 5, 6 with offset 4916 (of even +4.916

[Matplotlib-users] Ternary Plotting using Matplotlib

2010-09-14 Thread Lab Rat
I saw some 3d ternary plots on the URL: http://www.hca.com/index.php?id=76&L=0 that I'd love to recreate using matplotlib. Can anyone give me some general code examples of where I should likely begin? Thanks in advance! Wil --

Re: [Matplotlib-users] matplotlib on Ubuntu 10.04 (64-bit)

2010-09-14 Thread Virgil Stokes
On 14-Sep-2010 00:55, Eric Firing wrote: > On 09/13/2010 12:08 PM, Virgil Stokes wrote: >> On 2010-09-13 21:55, Benjamin Root wrote: >>> On Mon, Sep 13, 2010 at 2:38 PM, Virgil Stokes >> > wrote: >>> >>> I have tried to produce a very simple plot with my recent >>>

Re: [Matplotlib-users] problem with MPL+py2exe (wx app needs qt?)

2010-09-14 Thread Stephen George
On 14/09/2010 8:18 AM, Carlos Grohmann wrote: > Many thanks, that helper. > > After some more problems with scipy, I got a working EXE. > > PyQt4 is still in the library, though. Eating almost 15Mb... Now all I > have to do is to find out how to remove it.. > > > cheers > > Carlos > Have you rea

Re: [Matplotlib-users] matplotlib on Ubuntu 10.04 (64-bit)

2010-09-14 Thread Eric Firing
On 09/13/2010 12:55 PM, Eric Firing wrote: > If you would like up-to-date versions of both numpy and matplotlib, then > you can either find and install the *dev packages individually, or do > something like this: > > sudo apt-get build-dep python-matplotlib > sudo apt-get remove python No! I meant

Re: [Matplotlib-users] matplotlib on Ubuntu 10.04 (64-bit)

2010-09-14 Thread Eric Firing
On 09/13/2010 04:46 PM, jules hummon wrote: > Virgil > > The scheme illustrated below actually does work. > >> Message: 5 >> Date: Mon, 13 Sep 2010 12:55:43 -1000 >> From: Eric Firing >> Subject: Re: [Matplotlib-users] matplotlib on Ubuntu 10.04 (64-bit) >> To: matplotlib-users@lists.sourceforge.ne

Re: [Matplotlib-users] colorbar questions ...

2010-09-14 Thread Oz Nahum
Hi Ben, Thanks for your reply it sure helps. My awkward work around until now was to put before the colorbar: matplotlib.rc('axes',edgecolor='w') and the return it to matplotlib.rc('axes',edgecolor='k'). Does some one knows how to increase the distance between the color bar and the X-axis ? Now