[Matplotlib-users] Corrupted axes

2006-11-01 Thread Russell E. Owen
I'm using the class API with TkAgg (and matplotlib 0.87.7) to plot cumulative data with a known X range and an unknown Y range. The basic code is appended. In summary: it all happens on one Axis on one Figure and most of it happens with one Line. I'm running into a few problems: - If I use fram

[Matplotlib-users] Any fix for wxAgg on Mac?

2006-11-07 Thread Russell E. Owen
On Feb 25 Samuel Smith reported that WXAgg crashed on MacOS X using matplotlib 0.87. I just built matplotlib 0.87.7 on Python 2.5 and am still having the problem. Christopher Barker suggested disabling acceleration: import matplotlib.backends.backend_wxagg matplotlib.backends.backend_wxagg._use

Re: [Matplotlib-users] Any fix for wxAgg on Mac?

2006-11-08 Thread Russell E Owen
At 2:38 PM -0800 2006-11-08, Christopher Barker wrote: >Russell E. Owen wrote: >>I reinstalled wxPython 2.7 from the package at pythonmac.org (to be >>paranoid). I'm using the Python 2.5 version. > >check > >>I got wx-config on my path and confirmed it's

[Matplotlib-users] How to build matplotlib with wx support

2006-11-08 Thread Russell E Owen
I build matplotlib 0.87.7 for Python 2.5 with support for TkAgg and WXAgg, the latter using the binary wxPython 2.7 installer from . Unfortunately, the matplotlib had a problem: WxAgg failed with: MemoryError: _wxagg.convert_agg_to_wx_bitmap(): could not create th

Re: [Matplotlib-users] Any fix for wxAgg on Mac?

2006-11-08 Thread Russell E Owen
At 4:10 PM -0800 2006-11-08, Christopher Barker wrote: >I just tried to compile MPL with wxPython 2.7 -- and remembered why I >hadn't done it in a while -- I don't have Universal version of libpng >and libfreetype, and I don't know how to make or have the time to figure >it out. I would be happy t

Re: [Matplotlib-users] Any fix for wxAgg on Mac?

2006-11-09 Thread Russell E Owen
At 10:18 AM -0800 2006-11-09, Christopher Barker wrote: >Russell and Charlie, > >Are your two binaries any different? Any reason to choose one over >the other? In particular, which of these are supported: > >numpy 1.* >Numeric >numarray > >GTK >TK >wx (which version?) My binary supports: - numpy

[Matplotlib-users] plotting overlapped histograms

2006-11-13 Thread David E. Konerding
Hi folks, I'm interested in hearing some strategies for plotting two histograms on the same plot. My goal is to visualize and compare two distributions which have similar shapes. My first attempt was to use alpha, but this isn't well support on PS2 output driver (surprising) and I will be incl

Re: [Matplotlib-users] matplotlib on Mac OS X via Fink?

2006-11-15 Thread Russell E. Owen
In article <[EMAIL PROTECTED]>, Lev Givon <[EMAIL PROTECTED]> wrote: > Received from Adam Mercer on Tue, Nov 14, 2006 at 03:55:15PM EST: > > On 14/11/06, Lev Givon <[EMAIL PROTECTED]> wrote: > > > > >I am also using Apple's X11 1.1.2 / Xfree86 4.4.0. Has anyone had any > > >success using the abo

Re: [Matplotlib-users] more outdated/unhelpful documentation and installation issues on Mac OS X 10.4

2006-12-11 Thread Russell E. Owen
In article <[EMAIL PROTECTED]>, belinda thom <[EMAIL PROTECTED]> wrote: > Hi again, > > At http://matplotlib.sourceforge.net/installing.html under topic OS X: > >"All of the backends run on OS X. Chris Barker has built a binary > package (fink users see below) for matplotlib which is host

<    1   2