[Matplotlib-users] basemap failure

2007-12-26 Thread Tony Mannucci
? Thanks for your help! -Tony -- Tony Mannucci Supervisor, Ionospheric and Atmospheric Remote Sensing Group Mail-Stop 138-308, Tel (818) 354-1699 Jet Propulsion Laboratory, Fax (818) 393-5115 California Institute of Technology, Email [EMAIL PROTECTED

Re: [Matplotlib-users] basemap failure

2007-12-26 Thread Tony Mannucci
At 1:30 PM -0600 12/26/07, John Hunter wrote: On Dec 26, 2007 1:15 PM, Tony Mannucci [EMAIL PROTECTED] wrote: I tried to install basemap 0.9.8 on an OS X system (PPC, 10.4.10), after installing matplotlib from the latest binary package (0.91.1). I receive the following error: ImportError

Re: [Matplotlib-users] multiple (2) y-axes

2007-10-05 Thread Tony Mannucci
tick lines invisible xtl = PLT.getp(ax2, 'xticklines') PLT.setp(xtl, 'visible', False) # Label the X ticks for first (LT) and second (UT) axes PLT.text(1.1, -0.1, 'LT', transform=ax1.transAxes) PLT.text(1.1, -0.25, 'UT', transform=ax1.transAxes) -Tony -- Tony Mannucci

Re: [Matplotlib-users] OS X: upgrade to X11 1.1.3 breaks mpl FIX

2006-11-25 Thread Tony Mannucci
was possible because of good error reporting from mpl. Thanks for your comments. -Tony At 7:53 AM -0800 11/22/06, Christopher Barker wrote: Tony Mannucci wrote: If you saw my previous post about upgrading to XDarwin 1.1.3, and breaking matplotlib, the following seems to work: Soft-linking

Re: [Matplotlib-users] Bug report

2006-06-29 Thread Tony Mannucci
approach requires somewhat less typing typically. -Tony At 8:23 AM -0500 6/29/06, John Hunter wrote: Tony == Tony Mannucci [EMAIL PROTECTED] writes: Tony John, Thanks for the answer. Tony My prime mistake was to assume that matlab behavior is Tony mimicked in matplotlib. (I am