SourceForge logo
SourceForge logo
Menu

matplotlib-users — Discussion related to using matplotlib

You can subscribe to this list here.

2003 Jan
Feb
Mar
Apr
May
(3)
Jun
Jul
Aug
(12)
Sep
(12)
Oct
(56)
Nov
(65)
Dec
(37)
2004 Jan
(59)
Feb
(78)
Mar
(153)
Apr
(205)
May
(184)
Jun
(123)
Jul
(171)
Aug
(156)
Sep
(190)
Oct
(120)
Nov
(154)
Dec
(223)
2005 Jan
(184)
Feb
(267)
Mar
(214)
Apr
(286)
May
(320)
Jun
(299)
Jul
(348)
Aug
(283)
Sep
(355)
Oct
(293)
Nov
(232)
Dec
(203)
2006 Jan
(352)
Feb
(358)
Mar
(403)
Apr
(313)
May
(165)
Jun
(281)
Jul
(316)
Aug
(228)
Sep
(279)
Oct
(243)
Nov
(315)
Dec
(345)
2007 Jan
(260)
Feb
(323)
Mar
(340)
Apr
(319)
May
(290)
Jun
(296)
Jul
(221)
Aug
(292)
Sep
(242)
Oct
(248)
Nov
(242)
Dec
(332)
2008 Jan
(312)
Feb
(359)
Mar
(454)
Apr
(287)
May
(340)
Jun
(450)
Jul
(403)
Aug
(324)
Sep
(349)
Oct
(385)
Nov
(363)
Dec
(437)
2009 Jan
(500)
Feb
(301)
Mar
(409)
Apr
(486)
May
(545)
Jun
(391)
Jul
(518)
Aug
(497)
Sep
(492)
Oct
(429)
Nov
(357)
Dec
(310)
2010 Jan
(371)
Feb
(657)
Mar
(519)
Apr
(432)
May
(312)
Jun
(416)
Jul
(477)
Aug
(386)
Sep
(419)
Oct
(435)
Nov
(320)
Dec
(202)
2011 Jan
(321)
Feb
(413)
Mar
(299)
Apr
(215)
May
(284)
Jun
(203)
Jul
(207)
Aug
(314)
Sep
(321)
Oct
(259)
Nov
(347)
Dec
(209)
2012 Jan
(322)
Feb
(414)
Mar
(377)
Apr
(179)
May
(173)
Jun
(234)
Jul
(295)
Aug
(239)
Sep
(276)
Oct
(355)
Nov
(144)
Dec
(108)
2013 Jan
(170)
Feb
(89)
Mar
(204)
Apr
(133)
May
(142)
Jun
(89)
Jul
(160)
Aug
(180)
Sep
(69)
Oct
(136)
Nov
(83)
Dec
(32)
2014 Jan
(71)
Feb
(90)
Mar
(161)
Apr
(117)
May
(78)
Jun
(94)
Jul
(60)
Aug
(83)
Sep
(102)
Oct
(132)
Nov
(154)
Dec
(96)
2015 Jan
(45)
Feb
(138)
Mar
(176)
Apr
(132)
May
(119)
Jun
(124)
Jul
(77)
Aug
(31)
Sep
(34)
Oct
(22)
Nov
(23)
Dec
(9)
2016 Jan
(26)
Feb
(17)
Mar
(10)
Apr
(8)
May
(4)
Jun
(8)
Jul
(6)
Aug
(5)
Sep
(9)
Oct
(4)
Nov
Dec
2017 Jan
(5)
Feb
(7)
Mar
(1)
Apr
(5)
May
Jun
(3)
Jul
(6)
Aug
(1)
Sep
Oct
(2)
Nov
(1)
Dec
2018 Jan
Feb
Mar
Apr
(1)
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2020 Jan
Feb
Mar
Apr
May
(1)
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2025 Jan
(1)
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
S M T W T F S



1
(1)
2
(8)
3
(10)
4
5
(4)
6
7
(5)
8
(6)
9
(4)
10
(12)
11
(7)
12
(2)
13
(2)
14
(5)
15
(9)
16
(4)
17
(7)
18
(2)
19
(12)
20
(8)
21
(11)
22
(11)
23
(2)
24
(18)
25
(18)
26
(6)
27
(7)
28
(10)
29
(7)
30
(31)
31
(10)

Showing 6 results of 6

From: Timothy D. <tim...@gm...> - 2012年08月26日 22:57:22
Hi,
It turns out I was missing two packages: freetype and libpng. These could
be downloaded as
brew install freetype
brew install libpng
I thought I had done this... I may have re-installed pkg-config via brew as
well.
I'm not sure why I was unable to google this....
After making 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 <tim...@gm...> 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 is "predicted" by
>
> freetype2: found, but unknown version (no pkg-config)
> * WARNING: Could not find 'freetype2' headers in
> any
> * of '/usr/local/include', '/usr/include',
> * '/usr/X11/include', '/usr/local/include',
> * '/usr/include', '.',
> * '/usr/local/include/freetype2',
> * '/usr/include/freetype2',
> * '/usr/X11/include/freetype2',
> * '/usr/local/include/freetype2',
> * '/usr/include/freetype2', './freetype2'.
>
> even though I have pkg-config installed via "brew install pkg-config"
>
> 2. For some reason, the installer cannot find "ft2build.h". To the best
> of my knowledge, this file is not on my machine:
> In file included from src/ft2font.cpp:3:
>
> src/ft2font.h:16:10: fatal error: 'ft2build.h' file not found
>
> #include <ft2build.h>
>
> ^
>
> 1 error generated.
>
> I have installed pkg-config via "brew install pkg-config", and "brew
> doctor" gives me no issues. I installed matplotlib via the command:
>
> sudo pip install git+
> https://github.com/matplotlib/matplotlib.git#egg=matplotlib-dev
>
> Does anyone know what might be the issue here? I had no problems on OS X
> 10.7...
>
> Thanks,
> Tim
>
>
> Here's the full log message:
>
> Downloading/unpacking matplotlib-dev from git+
> https://github.com/matplotlib/matplotlib.git
> Running setup.py egg_info for package matplotlib-dev
> basedirlist is: ['/usr/local/', '/usr', '/usr/X11']
>
> ============================================================================
> BUILDING MATPLOTLIB
> matplotlib: 1.2.x
> python: 2.7.2 (default, Jun 20 2012, 16:23:33) [GCC
> 4.2.1
> Compatible Apple Clang 4.0
> (tags/Apple/clang-418.0.60)]
> platform: darwin
>
> REQUIRED DEPENDENCIES
> numpy: 1.6.1
> freetype2: found, but unknown version (no pkg-config)
> * WARNING: Could not find 'freetype2' headers
> in any
> * of '/usr/local/include', '/usr/include',
> * '/usr/X11/include', '/usr/local/include',
> * '/usr/include', '.',
> * '/usr/local/include/freetype2',
> * '/usr/include/freetype2',
> * '/usr/X11/include/freetype2',
> * '/usr/local/include/freetype2',
> * '/usr/include/freetype2', './freetype2'.
>
> OPTIONAL BACKEND DEPENDENCIES
> libpng: found, but unknown version (no pkg-config)
> * Could not find 'libpng' headers in any of
> * '/usr/local/include', '/usr/include',
> * '/usr/X11/include', '/usr/local/include',
> * '/usr/include', '.'
> Tkinter: Tkinter: version not identified, Tk: 8.5, Tcl:
> 8.5
> Gtk+: no
> * Building for Gtk+ requires pygtk; you must
> be able
> * to "import gtk" in your build/install
> environment
> Mac OS X native: yes
> Qt: no
> Qt4: no
> PySide: no
> Cairo: no
>
> OPTIONAL DATE/TIMEZONE DEPENDENCIES
> dateutil: 1.5
> pytz: matplotlib will provide
> adding pytz
>
> OPTIONAL USETEX DEPENDENCIES
> dvipng: no
> ghostscript: /bin/sh: gs: command not found
> latex: no
>
> [Edit setup.cfg to suppress the above messages]
>
> ============================================================================
> pymods ['pylab']
> packages ['matplotlib', 'matplotlib.backends',
> 'matplotlib.backends.qt4_editor', 'matplotlib.projections',
> 'matplotlib.testing', 'matplotlib.testing.jpl_units', 'matplotlib.tests',
> 'mpl_toolkits', 'mpl_toolkits.mplot3d', 'mpl_toolkits.axes_grid',
> 'mpl_toolkits.axes_grid1', 'mpl_toolkits.axisartist',
> 'matplotlib.sphinxext', 'matplotlib.tri', 'matplotlib.delaunay', 'pytz']
>
> warning: no files found matching 'KNOWN_BUGS'
> warning: no files found matching 'INTERACTIVE'
> warning: no files found matching 'MANIFEST'
> warning: no files found matching '__init__.py'
> warning: no files found matching 'examples/data/*'
> warning: no files found matching 'lib/mpl_toolkits'
> warning: no files found matching
> 'lib/matplotlib/mpl-data/matplotlib.conf'
> warning: no files found matching
> 'lib/matplotlib/mpl-data/matplotlib.conf.template'
> warning: no files found matching 'LICENSE*' under directory 'license'
> Installing collected packages: matplotlib-dev
> Running setup.py install for matplotlib-dev
> basedirlist is: ['/usr/local/', '/usr', '/usr/X11']
>
> ============================================================================
> BUILDING MATPLOTLIB
> matplotlib: 1.2.x
> python: 2.7.2 (default, Jun 20 2012, 16:23:33) [GCC
> 4.2.1
> Compatible Apple Clang 4.0
> (tags/Apple/clang-418.0.60)]
> platform: darwin
>
> REQUIRED DEPENDENCIES
> numpy: 1.6.1
> freetype2: found, but unknown version (no pkg-config)
> * WARNING: Could not find 'freetype2' headers
> in any
> * of '/usr/local/include', '/usr/include',
> * '/usr/X11/include', '/usr/local/include',
> * '/usr/include', '.',
> * '/usr/local/include/freetype2',
> * '/usr/include/freetype2',
> * '/usr/X11/include/freetype2',
> * '/usr/local/include/freetype2',
> * '/usr/include/freetype2', './freetype2'.
>
> OPTIONAL BACKEND DEPENDENCIES
> libpng: found, but unknown version (no pkg-config)
> * Could not find 'libpng' headers in any of
> * '/usr/local/include', '/usr/include',
> * '/usr/X11/include', '/usr/local/include',
> * '/usr/include', '.'
> Tkinter: Tkinter: version not identified, Tk: 8.5, Tcl:
> 8.5
> Gtk+: no
> * Building for Gtk+ requires pygtk; you must
> be able
> * to "import gtk" in your build/install
> environment
> Mac OS X native: yes
> Qt: no
> Qt4: no
> PySide: no
> Cairo: no
>
> OPTIONAL DATE/TIMEZONE DEPENDENCIES
> dateutil: 1.5
> pytz: matplotlib will provide
> adding pytz
>
> OPTIONAL USETEX DEPENDENCIES
> dvipng: no
> ghostscript: /bin/sh: gs: command not found
> latex: no
>
> [Edit setup.cfg to suppress the above messages]
>
> ============================================================================
> pymods ['pylab']
> packages ['matplotlib', 'matplotlib.backends',
> 'matplotlib.backends.qt4_editor', 'matplotlib.projections',
> 'matplotlib.testing', 'matplotlib.testing.jpl_units', 'matplotlib.tests',
> 'mpl_toolkits', 'mpl_toolkits.mplot3d', 'mpl_toolkits.axes_grid',
> 'mpl_toolkits.axes_grid1', 'mpl_toolkits.axisartist',
> 'matplotlib.sphinxext', 'matplotlib.tri', 'matplotlib.delaunay', 'pytz']
> building 'matplotlib.ft2font' extension
> clang -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe
> -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE
> -DMACOSX -DNDEBUG -Wall -Wshorten-64-to-32 -DNDEBUG -g -Os -Wall
> -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe
> -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -DPYCXX_ISO_CPP_LIB=1
> -I/usr/local/include -I/usr/include -I/usr/X11/include
> -I/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include
> -I/usr/local/include -I/usr/include -I. -I/usr/local/include/freetype2
> -I/usr/include/freetype2 -I/usr/X11/include/freetype2
> -I/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/freetype2
> -I/usr/local/include/freetype2 -I/usr/include/freetype2 -I./freetype2
> -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
> -c src/ft2font.cpp -o build/temp.macosx-10.8-intel-2.7/src/ft2font.o
> clang: warning: argument unused during compilation: '-mno-fused-madd'
> In file included from src/ft2font.cpp:3:
> src/ft2font.h:16:10: fatal error: 'ft2build.h' file not found
> #include <ft2build.h>
> ^
> 1 error generated.
> error: command 'clang' failed with exit status 1
> Complete output from command /usr/bin/python -c "import
> setuptools;__file__='/Users/duly/build/matplotlib-dev/setup.py';exec(compile(open(__file__).read().replace('\r\n',
> '\n'), __file__, 'exec'))" install --single-version-externally-managed
> --record /tmp/pip-EQWF8R-record/install-record.txt:
> basedirlist is: ['/usr/local/', '/usr', '/usr/X11']
>
>
> ============================================================================
>
> BUILDING MATPLOTLIB
>
> matplotlib: 1.2.x
>
> python: 2.7.2 (default, Jun 20 2012, 16:23:33) [GCC 4.2.1
>
> Compatible Apple Clang 4.0
>
> (tags/Apple/clang-418.0.60)]
>
> platform: darwin
>
>
>
> REQUIRED DEPENDENCIES
>
> numpy: 1.6.1
>
> freetype2: found, but unknown version (no pkg-config)
>
> * WARNING: Could not find 'freetype2' headers in
> any
>
> * of '/usr/local/include', '/usr/include',
>
> * '/usr/X11/include', '/usr/local/include',
>
> * '/usr/include', '.',
>
> * '/usr/local/include/freetype2',
>
> * '/usr/include/freetype2',
>
> * '/usr/X11/include/freetype2',
>
> * '/usr/local/include/freetype2',
>
> * '/usr/include/freetype2', './freetype2'.
>
>
>
> OPTIONAL BACKEND DEPENDENCIES
>
> libpng: found, but unknown version (no pkg-config)
>
> * Could not find 'libpng' headers in any of
>
> * '/usr/local/include', '/usr/include',
>
> * '/usr/X11/include', '/usr/local/include',
>
> * '/usr/include', '.'
>
> Tkinter: Tkinter: version not identified, Tk: 8.5, Tcl: 8.5
>
> Gtk+: no
>
> * Building for Gtk+ requires pygtk; you must be
> able
>
> * to "import gtk" in your build/install environment
>
> Mac OS X native: yes
>
> Qt: no
>
> Qt4: no
>
> PySide: no
>
> Cairo: no
>
>
>
> OPTIONAL DATE/TIMEZONE DEPENDENCIES
>
> dateutil: 1.5
>
> pytz: matplotlib will provide
>
> adding pytz
>
>
>
> OPTIONAL USETEX DEPENDENCIES
>
> dvipng: no
>
> ghostscript: /bin/sh: gs: command not found
>
> latex: no
>
>
>
> [Edit setup.cfg to suppress the above messages]
>
>
> ============================================================================
>
> pymods ['pylab']
>
> packages ['matplotlib', 'matplotlib.backends',
> 'matplotlib.backends.qt4_editor', 'matplotlib.projections',
> 'matplotlib.testing', 'matplotlib.testing.jpl_units', 'matplotlib.tests',
> 'mpl_toolkits', 'mpl_toolkits.mplot3d', 'mpl_toolkits.axes_grid',
> 'mpl_toolkits.axes_grid1', 'mpl_toolkits.axisartist',
> 'matplotlib.sphinxext', 'matplotlib.tri', 'matplotlib.delaunay', 'pytz']
>
> running install
>
> running build
>
> running build_py
>
> copying lib/matplotlib/mpl-data/matplotlibrc ->
> build/lib.macosx-10.8-intel-2.7/matplotlib/mpl-data
>
> running build_ext
>
> building 'matplotlib.ft2font' extension
>
> clang -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common
> -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX
> -DNDEBUG -Wall -Wshorten-64-to-32 -DNDEBUG -g -Os -Wall -Wstrict-prototypes
> -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe
> -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -DPYCXX_ISO_CPP_LIB=1
> -I/usr/local/include -I/usr/include -I/usr/X11/include
> -I/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include
> -I/usr/local/include -I/usr/include -I. -I/usr/local/include/freetype2
> -I/usr/include/freetype2 -I/usr/X11/include/freetype2
> -I/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/freetype2
> -I/usr/local/include/freetype2 -I/usr/include/freetype2 -I./freetype2
> -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
> -c src/ft2font.cpp -o build/temp.macosx-10.8-intel-2.7/src/ft2font.o
>
> clang: warning: argument unused during compilation: '-mno-fused-madd'
>
> In file included from src/ft2font.cpp:3:
>
> src/ft2font.h:16:10: fatal error: 'ft2build.h' file not found
>
> #include <ft2build.h>
>
> ^
>
> 1 error generated.
>
> error: command 'clang' failed with exit status 1
>
> ----------------------------------------
> Command /usr/bin/python -c "import
> setuptools;__file__='/Users/duly/build/matplotlib-dev/setup.py';exec(compile(open(__file__).read().replace('\r\n',
> '\n'), __file__, 'exec'))" install --single-version-externally-managed
> --record /tmp/pip-EQWF8R-record/install-record.txt failed with error code 1
> in /Users/duly/build/matplotlib-dev
> Storing complete log in /Users/duly/Library/Logs/pip.log
>
>
>
From: Timothy D. <tim...@gm...> - 2012年08月26日 22:41:27
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
 * of '/usr/local/include', '/usr/include',
 * '/usr/X11/include', '/usr/local/include',
 * '/usr/include', '.',
 * '/usr/local/include/freetype2',
 * '/usr/include/freetype2',
 * '/usr/X11/include/freetype2',
 * '/usr/local/include/freetype2',
 * '/usr/include/freetype2', './freetype2'.
even though I have pkg-config installed via "brew install pkg-config"
2. For some reason, the installer cannot find "ft2build.h". To the best
of my knowledge, this file is not on my machine:
In file included from src/ft2font.cpp:3:
src/ft2font.h:16:10: fatal error: 'ft2build.h' file not found
#include <ft2build.h>
 ^
1 error generated.
I have installed pkg-config via "brew install pkg-config", and "brew
doctor" gives me no issues. I installed matplotlib via the command:
sudo pip install git+
https://github.com/matplotlib/matplotlib.git#egg=matplotlib-dev
Does anyone know what might be the issue here? I had no problems on OS X
10.7...
Thanks,
Tim
Here's the full log message:
Downloading/unpacking matplotlib-dev from git+
https://github.com/matplotlib/matplotlib.git
 Running setup.py egg_info for package matplotlib-dev
 basedirlist is: ['/usr/local/', '/usr', '/usr/X11']
============================================================================
 BUILDING MATPLOTLIB
 matplotlib: 1.2.x
 python: 2.7.2 (default, Jun 20 2012, 16:23:33) [GCC
4.2.1
 Compatible Apple Clang 4.0
 (tags/Apple/clang-418.0.60)]
 platform: darwin
 REQUIRED DEPENDENCIES
 numpy: 1.6.1
 freetype2: found, but unknown version (no pkg-config)
 * WARNING: Could not find 'freetype2' headers
in any
 * of '/usr/local/include', '/usr/include',
 * '/usr/X11/include', '/usr/local/include',
 * '/usr/include', '.',
 * '/usr/local/include/freetype2',
 * '/usr/include/freetype2',
 * '/usr/X11/include/freetype2',
 * '/usr/local/include/freetype2',
 * '/usr/include/freetype2', './freetype2'.
 OPTIONAL BACKEND DEPENDENCIES
 libpng: found, but unknown version (no pkg-config)
 * Could not find 'libpng' headers in any of
 * '/usr/local/include', '/usr/include',
 * '/usr/X11/include', '/usr/local/include',
 * '/usr/include', '.'
 Tkinter: Tkinter: version not identified, Tk: 8.5, Tcl:
8.5
 Gtk+: no
 * Building for Gtk+ requires pygtk; you must be
able
 * to "import gtk" in your build/install
environment
 Mac OS X native: yes
 Qt: no
 Qt4: no
 PySide: no
 Cairo: no
 OPTIONAL DATE/TIMEZONE DEPENDENCIES
 dateutil: 1.5
 pytz: matplotlib will provide
 adding pytz
 OPTIONAL USETEX DEPENDENCIES
 dvipng: no
 ghostscript: /bin/sh: gs: command not found
 latex: no
 [Edit setup.cfg to suppress the above messages]
============================================================================
 pymods ['pylab']
 packages ['matplotlib', 'matplotlib.backends',
'matplotlib.backends.qt4_editor', 'matplotlib.projections',
'matplotlib.testing', 'matplotlib.testing.jpl_units', 'matplotlib.tests',
'mpl_toolkits', 'mpl_toolkits.mplot3d', 'mpl_toolkits.axes_grid',
'mpl_toolkits.axes_grid1', 'mpl_toolkits.axisartist',
'matplotlib.sphinxext', 'matplotlib.tri', 'matplotlib.delaunay', 'pytz']
 warning: no files found matching 'KNOWN_BUGS'
 warning: no files found matching 'INTERACTIVE'
 warning: no files found matching 'MANIFEST'
 warning: no files found matching '__init__.py'
 warning: no files found matching 'examples/data/*'
 warning: no files found matching 'lib/mpl_toolkits'
 warning: no files found matching
'lib/matplotlib/mpl-data/matplotlib.conf'
 warning: no files found matching
'lib/matplotlib/mpl-data/matplotlib.conf.template'
 warning: no files found matching 'LICENSE*' under directory 'license'
Installing collected packages: matplotlib-dev
 Running setup.py install for matplotlib-dev
 basedirlist is: ['/usr/local/', '/usr', '/usr/X11']
============================================================================
 BUILDING MATPLOTLIB
 matplotlib: 1.2.x
 python: 2.7.2 (default, Jun 20 2012, 16:23:33) [GCC
4.2.1
 Compatible Apple Clang 4.0
 (tags/Apple/clang-418.0.60)]
 platform: darwin
 REQUIRED DEPENDENCIES
 numpy: 1.6.1
 freetype2: found, but unknown version (no pkg-config)
 * WARNING: Could not find 'freetype2' headers
in any
 * of '/usr/local/include', '/usr/include',
 * '/usr/X11/include', '/usr/local/include',
 * '/usr/include', '.',
 * '/usr/local/include/freetype2',
 * '/usr/include/freetype2',
 * '/usr/X11/include/freetype2',
 * '/usr/local/include/freetype2',
 * '/usr/include/freetype2', './freetype2'.
 OPTIONAL BACKEND DEPENDENCIES
 libpng: found, but unknown version (no pkg-config)
 * Could not find 'libpng' headers in any of
 * '/usr/local/include', '/usr/include',
 * '/usr/X11/include', '/usr/local/include',
 * '/usr/include', '.'
 Tkinter: Tkinter: version not identified, Tk: 8.5, Tcl:
8.5
 Gtk+: no
 * Building for Gtk+ requires pygtk; you must be
able
 * to "import gtk" in your build/install
environment
 Mac OS X native: yes
 Qt: no
 Qt4: no
 PySide: no
 Cairo: no
 OPTIONAL DATE/TIMEZONE DEPENDENCIES
 dateutil: 1.5
 pytz: matplotlib will provide
 adding pytz
 OPTIONAL USETEX DEPENDENCIES
 dvipng: no
 ghostscript: /bin/sh: gs: command not found
 latex: no
 [Edit setup.cfg to suppress the above messages]
============================================================================
 pymods ['pylab']
 packages ['matplotlib', 'matplotlib.backends',
'matplotlib.backends.qt4_editor', 'matplotlib.projections',
'matplotlib.testing', 'matplotlib.testing.jpl_units', 'matplotlib.tests',
'mpl_toolkits', 'mpl_toolkits.mplot3d', 'mpl_toolkits.axes_grid',
'mpl_toolkits.axes_grid1', 'mpl_toolkits.axisartist',
'matplotlib.sphinxext', 'matplotlib.tri', 'matplotlib.delaunay', 'pytz']
 building 'matplotlib.ft2font' extension
 clang -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe
-fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE
-DMACOSX -DNDEBUG -Wall -Wshorten-64-to-32 -DNDEBUG -g -Os -Wall
-Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe
-DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -DPYCXX_ISO_CPP_LIB=1
-I/usr/local/include -I/usr/include -I/usr/X11/include
-I/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include
-I/usr/local/include -I/usr/include -I. -I/usr/local/include/freetype2
-I/usr/include/freetype2 -I/usr/X11/include/freetype2
-I/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/freetype2
-I/usr/local/include/freetype2 -I/usr/include/freetype2 -I./freetype2
-I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
-c src/ft2font.cpp -o build/temp.macosx-10.8-intel-2.7/src/ft2font.o
 clang: warning: argument unused during compilation: '-mno-fused-madd'
 In file included from src/ft2font.cpp:3:
 src/ft2font.h:16:10: fatal error: 'ft2build.h' file not found
 #include <ft2build.h>
 ^
 1 error generated.
 error: command 'clang' failed with exit status 1
 Complete output from command /usr/bin/python -c "import
setuptools;__file__='/Users/duly/build/matplotlib-dev/setup.py';exec(compile(open(__file__).read().replace('\r\n',
'\n'), __file__, 'exec'))" install --single-version-externally-managed
--record /tmp/pip-EQWF8R-record/install-record.txt:
 basedirlist is: ['/usr/local/', '/usr', '/usr/X11']
============================================================================
BUILDING MATPLOTLIB
 matplotlib: 1.2.x
 python: 2.7.2 (default, Jun 20 2012, 16:23:33) [GCC 4.2.1
 Compatible Apple Clang 4.0
 (tags/Apple/clang-418.0.60)]
 platform: darwin
REQUIRED DEPENDENCIES
 numpy: 1.6.1
 freetype2: found, but unknown version (no pkg-config)
 * WARNING: Could not find 'freetype2' headers in any
 * of '/usr/local/include', '/usr/include',
 * '/usr/X11/include', '/usr/local/include',
 * '/usr/include', '.',
 * '/usr/local/include/freetype2',
 * '/usr/include/freetype2',
 * '/usr/X11/include/freetype2',
 * '/usr/local/include/freetype2',
 * '/usr/include/freetype2', './freetype2'.
OPTIONAL BACKEND DEPENDENCIES
 libpng: found, but unknown version (no pkg-config)
 * Could not find 'libpng' headers in any of
 * '/usr/local/include', '/usr/include',
 * '/usr/X11/include', '/usr/local/include',
 * '/usr/include', '.'
 Tkinter: Tkinter: version not identified, Tk: 8.5, Tcl: 8.5
 Gtk+: no
 * Building for Gtk+ requires pygtk; you must be able
 * to "import gtk" in your build/install environment
 Mac OS X native: yes
 Qt: no
 Qt4: no
 PySide: no
 Cairo: no
OPTIONAL DATE/TIMEZONE DEPENDENCIES
 dateutil: 1.5
 pytz: matplotlib will provide
adding pytz
OPTIONAL USETEX DEPENDENCIES
 dvipng: no
 ghostscript: /bin/sh: gs: command not found
 latex: no
[Edit setup.cfg to suppress the above messages]
============================================================================
pymods ['pylab']
packages ['matplotlib', 'matplotlib.backends',
'matplotlib.backends.qt4_editor', 'matplotlib.projections',
'matplotlib.testing', 'matplotlib.testing.jpl_units', 'matplotlib.tests',
'mpl_toolkits', 'mpl_toolkits.mplot3d', 'mpl_toolkits.axes_grid',
'mpl_toolkits.axes_grid1', 'mpl_toolkits.axisartist',
'matplotlib.sphinxext', 'matplotlib.tri', 'matplotlib.delaunay', 'pytz']
running install
running build
running build_py
copying lib/matplotlib/mpl-data/matplotlibrc ->
build/lib.macosx-10.8-intel-2.7/matplotlib/mpl-data
running build_ext
building 'matplotlib.ft2font' extension
clang -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common
-fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX
-DNDEBUG -Wall -Wshorten-64-to-32 -DNDEBUG -g -Os -Wall -Wstrict-prototypes
-DENABLE_DTRACE -arch i386 -arch x86_64 -pipe
-DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -DPYCXX_ISO_CPP_LIB=1
-I/usr/local/include -I/usr/include -I/usr/X11/include
-I/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include
-I/usr/local/include -I/usr/include -I. -I/usr/local/include/freetype2
-I/usr/include/freetype2 -I/usr/X11/include/freetype2
-I/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/freetype2
-I/usr/local/include/freetype2 -I/usr/include/freetype2 -I./freetype2
-I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
-c src/ft2font.cpp -o build/temp.macosx-10.8-intel-2.7/src/ft2font.o
clang: warning: argument unused during compilation: '-mno-fused-madd'
In file included from src/ft2font.cpp:3:
src/ft2font.h:16:10: fatal error: 'ft2build.h' file not found
#include <ft2build.h>
 ^
1 error generated.
error: command 'clang' failed with exit status 1
----------------------------------------
Command /usr/bin/python -c "import
setuptools;__file__='/Users/duly/build/matplotlib-dev/setup.py';exec(compile(open(__file__).read().replace('\r\n',
'\n'), __file__, 'exec'))" install --single-version-externally-managed
--record /tmp/pip-EQWF8R-record/install-record.txt failed with error code 1
in /Users/duly/build/matplotlib-dev
Storing complete log in /Users/duly/Library/Logs/pip.log
From: Jeff W. <js...@fa...> - 2012年08月26日 19:56:30
On 8/26/12 5:44 AM, klo uo wrote:
> On Sun, Aug 26, 2012 at 12:18 AM, Jeff Whitaker <js...@fa...> wrote:
>> Klo: The image in interpolated to the Basemap projection region. This is
>> slow - the main reason to use the WMS is to avoid this by having it done on
>> the server side.
> All right, that's the right way anyway
>
>
>> The trick is to figure out what the EPSG projection code is based on the
>> Basemap projection info, and pass that information to the WMS server so it
>> can do the interpolation.
> Yes, and also to pass right `size` parameter as aspect ratio needs to be correct
> Do you want me to try to pair both projections (Basemap name and WKID
> and WKT as they call it)?
Klo: Since epsg codes comprise a very small subset of possible Basemap 
projections, it may be better to just allow Basemap to accept an epsg 
kwarg. That keyword would be required in order to use a WMS to display 
a map background. This may be tricky though, since Basemap needs more 
information to define a map projection region than is provided by the 
epsg code. We may have to start with just a few supported epsg codes 
and then add more as necessary.
I added a testwms.py example to my fork 
(https://github.com/jswhit/basemap.git) that shows how to use three 
different map projections (epsg codes).
-Jeff
-Jeff
>
>
>> Here's an example for south polar stereographic:
>>
>> width = 12000.e3
>> plt.figure()
>> basemap_url =\
>> "http://server.arcgisonline.com/ArcGIS/rest/services/ESRI_Imagery_World_2D/MapServer/export?\
>> bbox=%d,%d,%d,%d&\
>> bboxSR=3412&\
>> imageSR=3412&\
>> size=800,800&\
>> dpi=128&\
>> format=png32&\
>> f=image" % (-width/2,-width/2,width/2,width/2)
>> m =\
>> Basemap(projection='stere',resolution='i',lon_0=0,lat_0=-90,lat_ts=-70,\
>> width=width,height=width,rsphere=(6378273,6356889.449))
>> m.imshow(plt.imread(urllib2.urlopen(basemap_url)),origin='upper')
>> m.drawmeridians(np.arange(-180,180,30),labels=[0,0,0,1],color='y')
>> m.drawparallels(np.arange(-80,-0,10),labels=[1,0,0,0],color='y')
>> m.drawcoastlines()
>> plt.show()
>>
> Looks beautifully :)
>
> As said later today I'll look at Nokia maps and then will try to look
> for WMS servers.
From: Carlos G. <car...@gm...> - 2012年08月26日 17:59:56
Indeed I was running Apple Python instead of macport.
Thanks for all that pointed it out.
best
Carlos
On Fri, Aug 24, 2012 at 11:46 AM, Carlos Grohmann <car...@gm...
> wrote:
> Hello all,
>
> I just did a fresh macports install, and installed
> py27-matplotlib-basemap, so all dependencies were installed as well.
>
> After installing python, I did run port-select (or something like it) to
> make sure I'm using macports python.
>
> My problem is that I can't run it:
>
>
> GuanoMac:~ guano$ python
> Python 2.7.2 (v2.7.2:8527427914a2, Jun 11 2011, 15:22:34)
> [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
> Type "help", "copyright", "credits" or "license" for more information.
> >>> from mpl_toolkits.basemap import Basemap
> Traceback (most recent call last):
> File "<stdin>", line 1, in <module>
> ImportError: No module named basemap
>
>
> Anyone experienced in this kind of installation could share hints?
>
> tks
>
> Carlos
>
> --
> Prof. Carlos Henrique Grohmann
> Institute of Geosciences - Univ. of São Paulo, Brazil
> - Digital Terrain Analysis | GIS | Remote Sensing -
>
> http://carlosgrohmann.com
> ________________
> Can’t stop the signal.
>
>
-- 
Prof. Carlos Henrique Grohmann
Institute of Geosciences - Univ. of São Paulo, Brazil
- Digital Terrain Analysis | GIS | Remote Sensing -
http://carlosgrohmann.com
________________
Can’t stop the signal.
From: klo uo <kl...@gm...> - 2012年08月26日 17:18:11
> As said later today I'll look at Nokia maps and then will try to look
> for WMS servers.
Nokia map services are OK, and can be used even without applying for
free account, but they brand every map with their logo even for
professional licence.
REST services (http://api.maps.nokia.com/en/restmaps/overview.html)
are very limited, in one projection and mapped according central point
instead bounding box. They offer
(http://api.maps.nokia.com/en/index.html) other approaches like JS,
JAVA, HTML5 and perhaps some more advanced service can be deduced from
there in Python, but it's not worth perhaps.
BTW I checked one WMS server
(http://wms.jpl.nasa.gov/wms.cgi?request=GetCapabilities). It has
tiling service (GetTileService) and mapping service (GetMap) but only
in standard projection EPSG:4326
Here are maps provided:
 1 - WMS Global Mosaic, pan sharpened
 2 - WMS Global Mosaic, not pan sharpened
 3 - CONUS mosaic of 1990 MRLC dataset
 4 - SRTM reflectance magnitude, 30m
 5 - Current global view of the earth, morning
 6 - Current global view of the earth in the afternoon
 7 - Blue Marble Next Generation, Global MODIS derived image
 8 - Blue Marble, Global MODIS derived image
 9 - SRTM derived global elevation, 3 arc-second, hue mapped
10 - Global 1km elevation, seamless SRTM land elevation and ocean depth
11 - SRTM derived global elevation, 3 arc-second
12 - United States elevation, 30m
13 - Digital Elevation Map of the United States, DTED dataset, 3
second resolution, grayscale
14 - Digital Elevation Map of the United States, DTED dataset, 3
second resolution, hue mapped
15 - ASTER DEM, tiled only, 1.5 arc-second per pixel
Only first two offer international locations (from Landsat)
From: klo uo <kl...@gm...> - 2012年08月26日 11:44:48
On Sun, Aug 26, 2012 at 12:18 AM, Jeff Whitaker <js...@fa...> wrote:
> Klo: The image in interpolated to the Basemap projection region. This is
> slow - the main reason to use the WMS is to avoid this by having it done on
> the server side.
All right, that's the right way anyway
> The trick is to figure out what the EPSG projection code is based on the
> Basemap projection info, and pass that information to the WMS server so it
> can do the interpolation.
Yes, and also to pass right `size` parameter as aspect ratio needs to be correct
Do you want me to try to pair both projections (Basemap name and WKID
and WKT as they call it)?
> Here's an example for south polar stereographic:
>
> width = 12000.e3
> plt.figure()
> basemap_url =\
> "http://server.arcgisonline.com/ArcGIS/rest/services/ESRI_Imagery_World_2D/MapServer/export?\
> bbox=%d,%d,%d,%d&\
> bboxSR=3412&\
> imageSR=3412&\
> size=800,800&\
> dpi=128&\
> format=png32&\
> f=image" % (-width/2,-width/2,width/2,width/2)
> m =\
> Basemap(projection='stere',resolution='i',lon_0=0,lat_0=-90,lat_ts=-70,\
> width=width,height=width,rsphere=(6378273,6356889.449))
> m.imshow(plt.imread(urllib2.urlopen(basemap_url)),origin='upper')
> m.drawmeridians(np.arange(-180,180,30),labels=[0,0,0,1],color='y')
> m.drawparallels(np.arange(-80,-0,10),labels=[1,0,0,0],color='y')
> m.drawcoastlines()
> plt.show()
>
Looks beautifully :)
As said later today I'll look at Nokia maps and then will try to look
for WMS servers.

Showing 6 results of 6

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /