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

2007-10-05 Thread Tony Mannucci
2.set_xticks((xticks+offset).tolist()) # Make 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

[Matplotlib-users] basemap failure

2007-12-26 Thread Tony Mannucci
_namespace(__name__) > >ImportError: No module named pkg_resources It seems that the dap package did not completely install. Is there a directory I should add to my sys.path? Thanks for your help! -Tony -- Tony Mannucci Supervisor, Ionospheric and Atmospheric Remote Sensing Group M

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). >>

Re: [Matplotlib-users] OT warning! Re: Plotting in C++ (Christopher Barker)

2008-03-26 Thread Tony Mannucci
e is one clear advantage to statically-typed languages in my opinion: performance. That one reason can be very important. -Tony -- Tony Mannucci Supervisor, Ionospheric and Atmospheric Remote Sensing Group Mail-Stop 138-308, Tel > (818) 354-1699 Jet Propulsion Laborato

[Matplotlib-users] Possible bug in axvline

2006-06-15 Thread Tony Mannucci
3.0, 0.0, 5.0] >>> PLT.axvline(1.5) >>> PLT.axis() [0.0, 3.0, 0.0, 6.0] ***NOTE changed plot axes! >>> matplotlib.__version__ '0.87.2' The call to axvline changes the axis values. Seems to me it should not do that. -Tony -- Tony Mannucci Supervi

[Matplotlib-users] Bug report

2006-06-26 Thread Tony Mannucci
.axis([0.0,6.0,0.0,7.0]) ***Restores manual axes limits >>> matplotlib.__version__ '0.87.2' >>> N.__version__ '0.9.6' -Tony -- Tony Mannucci Supervisor, Ionospheric and Atmospheric Remote Sensing Group Mail-Stop 138-308, Tel > (

Re: [Matplotlib-users] Bug report

2006-06-28 Thread Tony Mannucci
t; > Tony> ***Symbol is blue (wrong), line is dashed and black (right) > >A single line object can have a linestyle and a marker and their >colors are independent. The "color" kwarg applies to the linestyle. >The markerfacecolor and markeredgecolor kwargs control the

Re: [Matplotlib-users] Bug report

2006-06-29 Thread Tony Mannucci
Now I know better. The matlab 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&

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

2006-11-21 Thread Tony Mannucci
reetype.6.dylib >-> libfreetype.6.3.dylib >-rw-r--r-- 1 root wheel 1907688 Apr 28 2006 libfreetype.a >lrwxr-xr-x 1 root wheel 21 Nov 21 09:07 libfreetype.dylib >-> libfreetype.6.3.dylib >-rwxr-xr-x 1 root wheel 836 Apr 28 2006 libfreetype.la -- Ton

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

2006-11-25 Thread Tony Mannucci
ffects. The fix 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 foll