Re: [Matplotlib-users] [os x] Can't get IPython to use latest version of matplotlib

2014-02-22 Thread Timothy Duly
something/bin, then you are good to go; pip should then > install matplotlib in the correct place. Hope that helps. > > Thanks, > Alex > > > On Fri, Feb 21, 2014 at 4:58 PM, Timothy Duly wrote: > >> Paul, >> >> Do you know how to to get pip install on python.

Re: [Matplotlib-users] [os x] Can't get IPython to use latest version of matplotlib

2014-02-21 Thread Timothy Duly
gt; third-party packages to the correct one. It appears pip in acting on > Apple's python. > > > On Fri, Feb 21, 2014 at 2:08 PM, Timothy Duly wrote: > >> Hello, >> >> I recently upgraded matplotlib, which was relatively simple: >> >> sudo pip inst

[Matplotlib-users] [os x] Can't get IPython to use latest version of matplotlib

2014-02-21 Thread Timothy Duly
Hello, I recently upgraded matplotlib, which was relatively simple: sudo pip install matplotlib --upgrade I checked to make sure I did indeed upgrade: [~]$ python Python 2.7.3 (v2.7.3:70274d53c1dd, Apr 9 2012, 20:52:43) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin Type "help", "copyri

Re: [Matplotlib-users] Basemap: adding a polygon covers up scatter plot on map

2012-12-11 Thread Timothy Duly
Thanks Eric, this did the trick. I did not know such a thing existed. Why "4"? Tim On Tue, Dec 11, 2012 at 4:35 PM, Eric Firing wrote: > On 2012/12/11 12:16 PM, Timothy Duly wrote: > > Hi, > > > > I'm running into a problem with overlaying a scatte

[Matplotlib-users] Basemap: adding a polygon covers up scatter plot on map

2012-12-11 Thread Timothy Duly
Hi, I'm running into a problem with overlaying a scatter plot on a polygon that is on a Basemap. The polygon covers up the scatter plot created by the basemap. To show the issue, the simple example below and broken down into three steps: 1) creating the map, 2) adding the red polygon, and 3) add

Re: [Matplotlib-users] "ipython --pylab": Figure not showing in simple plot(1, 1) command [v1.2]

2012-12-10 Thread Timothy Duly
Paul, Actually, I didn't realize that you had to change the backend in the matplotlibrc file. Once I changed it to 'Qt4Agg', everything worked. Thanks! (to find out where your matplotlibrc file is: "matplotlib.matplotlib_fname()" ) Tim On Mon, Dec 10, 2012 at 2:3

Re: [Matplotlib-users] "ipython --pylab": Figure not showing in simple plot(1, 1) command [v1.2]

2012-12-10 Thread Timothy Duly
but still a simple "plot(1,1)" resulted in no plot being shown. Thanks, Tim On Mon, Dec 10, 2012 at 2:20 PM, Paul Hobson wrote: > On Mon, Dec 10, 2012 at 12:15 PM, Timothy Duly wrote: > >> Hi, >> >> I recently upgraded to matplotlib v1.2.0 on my Linux machine

[Matplotlib-users] "ipython --pylab": Figure not showing in simple plot(1, 1) command [v1.2]

2012-12-10 Thread Timothy Duly
Hi, I recently upgraded to matplotlib v1.2.0 on my Linux machine. For some reason, plots are not appearing at all on my screen whenever I try to plot any routines. When I open the interpreter with "ipython --pylab" and do In [1]: plot(1,1) Out[1]: [] No plot shows up. This is somewhat strange

Re: [Matplotlib-users] Install error on Mac OS X 10.8 (mountain lion): ft2build.h

2012-08-26 Thread Timothy Duly
these changes I had no problem installing the development version of matplotlib. Thanks, Tim On Sun, Aug 26, 2012 at 5:41 PM, Timothy Duly wrote: > Hi, > > I'm having trouble installing matplotlib on my Mac OS X mountain lion > (10.8). > > See my output below. Note two

[Matplotlib-users] Install error on Mac OS X 10.8 (mountain lion): ft2build.h

2012-08-26 Thread Timothy Duly
Hi, I'm having trouble installing matplotlib on my Mac OS X mountain lion (10.8). See my output below. Note two things: 1. The error is "predicted" by freetype2: found, but unknown version (no pkg-config) * WARNING: Could not find 'freetype2' headers in an

Re: [Matplotlib-users] installing matplotlib on mac os X with the *.dmg file

2012-08-18 Thread Timothy Duly
from the mac - welcome to the world of > unix / linux software... Still, I have been successful using either > macports (slow, but reliable) as well as distribute and pip. I recommend > macports which creates a new installation for everything you want / need in > /opt. It can also install al

[Matplotlib-users] installing matplotlib on mac os X with the *.dmg file

2012-08-17 Thread Timothy Duly
Hi, I'm having trouble installing matplotlib on mac os x. I downloaded the dmg file (matplotlib-1.1.1-py2.7-python.org-macosx10.6.dmg ) from http://sourceforge.

[Matplotlib-users] using datetime on a pcolor plot

2012-06-13 Thread Timothy Duly
Hello, I am trying to make a simple pcolor plot with a datetime on the x-axis. I am able to get a time label on the x-axis fine with a regular plot command, but it doesn't appear to work if you use pcolor. This simple example below shows that it does not work. Does anyone have any idea as to wh