In article <4c2d2041.3040...@noaa.gov>,
Christopher Barker wrote:
> Russell E. Owen wrote:
> > However, at present I don't know if there is a Python 2.6 that is both
> > compatible with older versions of Mac OS X and is built with 64-bit
> > support.
>
> FWIW, I think the official 2.7 builds
On Jul 2, 2010, at 2:15 PM, Nicolas Bigaouette wrote:
> Hi all,
>
> I don't really know where to ask, so here it is.
>
> I was able to vectorize the normalization calculation in quantum
> mechanics: . Basically it's a volume integral of a scalar
> field. Using:
> norm = 0.0
> for i in numpy.ar
Hi all,
I don't really know where to ask, so here it is.
I was able to vectorize the normalization calculation in quantum mechanics:
. Basically it's a volume integral of a scalar field. Using:
> norm = 0.0
> for i in numpy.arange(len(dx)-1):
> for j in numpy.arange(len(dy)-1):
> for
On Tue, Jun 29, 2010 at 8:25 AM, John Hunter wrote:
> This issue is new and not related to the issue on the cookbook, I'm
> pretty sure. I have the same problem on my box at work, and it was
> introduced when I upgraded to CXX6. I have spent some time on it but
> haven't found the fix yet. I g
On Fri, Jul 2, 2010 at 12:10 PM, Christoph Gohlke wrote:
> The second enhancement, a quick fix for placing images of extreme aspect
> ratio, is to allow 'panchor' and 'fraction' arguments in colorbar().
> http://sourceforge.net/tracker/?func=detail&aid=3016948&group_id=80706&atid=560723
I assign
On Fri, Jul 2, 2010 at 12:10 PM, Christoph Gohlke wrote:
> Hello,
>
> may I suggest two enhancements for the upcoming matplotlib 1.0 release.
>
> The first is related to bug #3011650 and fix r8379.
> http://matplotlib.svn.sourceforge.net/viewvc/matplotlib?view=revision&revision=8379
>
> Texmanager
Hello,
may I suggest two enhancements for the upcoming matplotlib 1.0 release.
The first is related to bug #3011650 and fix r8379.
http://matplotlib.svn.sourceforge.net/viewvc/matplotlib?view=revision&revision=8379
Texmanager.py, which is imported during the import of matplotlib, does
call sub
On Jul 2, 2010, at 7:43 AM, John Hunter wrote:
> On Thu, Jul 1, 2010 at 6:17 PM, Russell E. Owen wrote:
>
>> matplotlib-0.99.3-Apple-py2.6-macosx10.6.dmg
>> for your existing binary, and
>> matplotlib-0.99.3-python-py2.5-macosx10.4.dmg
>> matplotlib-0.99.3-python-py2.6-macosx10.4.dmg
>
> OK, th
On Fri, Jul 2, 2010 at 10:34 AM, Russell Owen wrote:
> I would be happy to make the Mac binary builds for matplotlib (at least the
> ones I know how to make -- for python.org 32-bit).
>
> I personally suggest not building Mac eggs -- at least until easy_install
> gets really cleaned up. Right n
On Fri, Jul 2, 2010 at 6:20 AM, ninjasmith wrote:
> ok made some prgoress with this so thought I'd update
>
> the following script works on widnows
>
> '''
> Created on Jul 1, 2010
>
> @author: henrylindsaysmith
> '''
> # $Id: $
>
> #test interactive matplotlib plotting
>
> import threading
> impo
If the plots share the same x and y axis, look at creating an axisGrid with
share_all=True, label_mode = "L",
see
http://http://matplotlib.sourceforge.net/examples/axes_grid/simple_axesgrid.html
http://matplotlib.sourceforge.net/examples/axes_grid/simple_axesgrid.html
for a simple example
Che
On Thu, Jul 1, 2010 at 6:17 PM, Russell E. Owen wrote:
> matplotlib-0.99.3-Apple-py2.6-macosx10.6.dmg
> for your existing binary, and
> matplotlib-0.99.3-python-py2.5-macosx10.4.dmg
> matplotlib-0.99.3-python-py2.6-macosx10.4.dmg
OK, this is done. Thanks for the builds and naming suggestions.
Hello
I am trying to change the font of the ticklabels, this does not work the
'normal' rc-way, so what I did was (example):
import matplotlib.pyplot as pl
ffont={'family' : 'sans-serif', 'sans-serif' : ['Arial'], 'size' : 15,
'weight' : 'bold'}
fig = pl.figure(1)
ax = fig.add_subplot(111)
ax.se
> ipython does this, I believe, when you call it with the -pylab option, but
I have never tried it with a script.
Ben Root
ok made some prgoress with this so thought I'd update
the following script works on widnows
'''
Created on Jul 1, 2010
@author: henrylindsaysmith
'''
# $Id: $
#test
Hi all,
On Tue, Jun 29, 2010 at 22:36, John Hunter wrote:
> We have uploaded a tarball and Windows and OSX binaries of
> matplotlib-1.0rc for testing
>
> http://drop.io/xortel1#
I just prepared the Debian package for 1.0rc1 and it went quite
smoothly. I gave it a fast test rebuilding all the im
15 matches
Mail list logo