# otool -L
/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_tkinter.so
/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_tkinter.so:
/Library/Frameworks/Tcl.framework/Versions/8.4/Tcl (compatibility
version 8.4.0, current version 8.4.19
2010/6/18 Hana Sevcikova :
> I installed python-2.6.5-macosx10.3-2010-03-24.dmg from python.org. (Sorry,
> I should have mentioned that before.)
Hmm, could you please run:
otool -L
/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_tkinter.so
otool -L
/Library/Framewor
Has anyone created installation package for matplotlib 0.99.3 that is
compatible with MAC OS 10.5 and Python 2.6? One one on the download
site for MAC OS 10.6 doesn't work on my system (presumably because I'm
still working with Leopard because everything else is up to date).
--
R. Padraic Spr
I installed python-2.6.5-macosx10.3-2010-03-24.dmg from python.org.
(Sorry, I should have mentioned that before.)
Hana
On 6/18/10 7:11 AM, Friedrich Romstedt wrote:
> 2010/6/17 Hana Sevcikova:
>
>> I installed matplotlib-0.99.3-py2.6-macosx10.6.dmg on MacOS X 10.6.3,
>> python 2.6.5. But I g
On 06/18/2010 07:31 AM, Ryan May wrote:
> On Thu, Jun 17, 2010 at 11:39 AM, Bill Eaton wrote:
>> I'm struggling to figure out how to format my data so that I can use dates
>> as x-data.
>
>> I tried to import my own data. It looks like
>>2005-03-04,0.923115796
>>2005-03-05,0.915828724
>>
On Thu, Jun 17, 2010 at 11:39 AM, Bill Eaton wrote:
> I'm struggling to figure out how to format my data so that I can use dates
> as x-data.
> I tried to import my own data. It looks like
> 2005-03-04,0.923115796
> 2005-03-05,0.915828724
> 2005-03-06,0.442521474
> 2005-03-07,0.997096213
I came up with a partial solution for my problem. I found an example from
Sandro Tosi (http://www.packtpub.com/article/advanced-matplotlib-part2. I
think I may have to buy his book.) using datutil.parser. I'm not sure why a
straight numpy.load doesn't work.
Code was:
> I tried to import my own d
2010/6/17 Hana Sevcikova :
> I installed matplotlib-0.99.3-py2.6-macosx10.6.dmg on MacOS X 10.6.3,
> python 2.6.5. But I get an error when running the histogram example from
> http://matplotlib.sourceforge.net/examples/api/histogram_demo.html
Have you compiled Python yourself? I'm asking because
2010/6/15 Eliot Glairon :
> class simpleapp_tk(Tkinter.Tk):#initialize
> def __init__(self,parent):
> Tkinter.Tk.__init__(self,parent)
> self.grid()
It sounds a bit odd to me to attemt to .grid() a Tk instance ... The
Tkinter.Tk() instance is the toplevel application window. You
2010/6/16 Michael Droettboom :
> pcolor runs directly on polar plots just fine. No need to convert polar to
> cartesian outside of matplotlib.
It's true, but at the expense of pretty much time, since the arcs must
be rendered properly. If your data is dense enough in r and phi, a
handmade conver
On Thu, Jun 17, 2010 at 11:04 PM, David Smith wrote:
> I have been developing an application using PyQt ant Matplotlib and
> encountered
> a problem with the mouse cursor shape being incorrect. I found a work-around
> that seems to work, but I think this is a bug and the fix needs to go into the
11 matches
Mail list logo