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

2014-02-22 Thread Timothy Duly
place. Hope that helps. Thanks, Alex On Fri, Feb 21, 2014 at 4:58 PM, Timothy Duly timdu...@gmail.com wrote: Paul, Do you know how to to get pip install on python.org's version? Thanks, Tim On Fri, Feb 21, 2014 at 5:53 PM, Paul Hobson pmhob...@gmail.com wrote: It appears that you

[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,

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

2014-02-21 Thread Timothy Duly
-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 timdu...@gmail.com wrote: Hello, I recently upgraded matplotlib, which was relatively simple: sudo pip install matplotlib --upgrade I checked to make sure I did

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

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 efir...@hawaii.edu wrote: On 2012/12/11 12:16 PM, Timothy Duly wrote: Hi, I'm running into a problem with overlaying a scatter plot on a polygon

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

2012-12-10 Thread Timothy Duly
shown. Thanks, Tim On Mon, Dec 10, 2012 at 2:20 PM, Paul Hobson pmhob...@gmail.com wrote: On Mon, Dec 10, 2012 at 12:15 PM, Timothy Duly timdu...@gmail.com wrote: Hi, I recently upgraded to matplotlib v1.2.0 on my Linux machine. For some reason, plots are not appearing at all on my

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:34 PM, Timothy Duly timdu

[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 any

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 timdu...@gmail.com wrote: 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

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

2012-08-18 Thread Timothy Duly
/ need in /opt. It can also install all of the ipython optional dependencies like the qtconsole and the notebook which cannot be done using pure python package managers. Am 17.08.2012 um 23:30 schrieb Timothy Duly: Hi, I'm having trouble installing matplotlib on mac os x. I downloaded

[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.dmghttp://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.1.1/matplotlib-1.1.1-py2.7-python.org-macosx10.6.dmg/download ) from

[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