| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 22 Dec 2025 13:17:36 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20071120040046
location: https://web.archive.org/web/20071120040046/https://py-matplotlib.darwinports.com/
server-timing: captures_list;dur=0.509873, exclusion.robots;dur=0.036707, exclusion.robots.policy;dur=0.027596, esindex;dur=0.009730, cdx.remote;dur=9.710010, LoadShardBlock;dur=204.879867, PetaboxLoader3.datanode;dur=86.245005, PetaboxLoader3.resolve;dur=86.337238
x-app-server: wwwb-app212-dc8
x-ts: 302
x-tr: 242
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app212; path=/
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Mon, 22 Dec 2025 13:17:36 GMT
content-type: text/html; charset=ISO-8859-1
x-archive-orig-date: Tue, 20 Nov 2007 04:01:12 GMT
x-archive-orig-server: Apache
x-archive-orig-vary: Accept-Encoding
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: iso-8859-1
memento-datetime: Tue, 20 Nov 2007 04:00:46 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_0_20071120025004_crawl100-c/52_0_20071120040021_crawl109.arc.gz
server-timing: captures_list;dur=0.512692, exclusion.robots;dur=0.018503, exclusion.robots.policy;dur=0.008674, esindex;dur=0.011525, cdx.remote;dur=30.971788, LoadShardBlock;dur=146.038733, PetaboxLoader3.datanode;dur=159.292938, PetaboxLoader3.resolve;dur=44.865518, load_resource;dur=73.869451
x-app-server: wwwb-app212-dc8
x-ts: 200
x-tr: 314
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
py-matplotlib version 0.90.1 for Mac OS X 10.5 Leopard
|
|||||||||
Monday the 19th of November, 2007 |
|||||||||
py-matplotlib most recent diff
Scroll down toward the bottom of the page to get installation instructions for py-matplotlib. The raw portfile for py-matplotlib 0.90.1 is located here: https://py-matplotlib.darwinports.com/dports/python/py-matplotlib/Portfile Find related portfiles with the unique DarwinPorts.com search feature. Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/py-matplotlib # $Id: Portfile 31210 2007-11-18 11:17:45Z jochen PortSystem 1.0 PortGroup python24 1.0 Category:-append graphics math Name: py-matplotlib Version: 0.90.1 revision 0 Maintainers: openmaintainer jochen Description: matlab-like syntax for creating plots in python Long Description: Matplotlib is a pure python plotting library with the goal of making publication quality plots using a syntax familiar to matlab users. The library uses numarray, Numeric, or numpy for handling large data sets and supports a variety of output backends. This port provides variants for the different array-objects (numarray, Numeric, numpy) and for different GUIs (gtk2, tkinter, wxpython). Homepage: https://matplotlib.sourceforge.net master_sites sourceforge:matplotlib distname matplotlib-${version} checksums md5 e1344bd72660e7c9c0b7540a72cc45b8 Platform: darwin depends_lib-append port:freetype port:libpng port:py-dateutil port:py-tz patchfiles patch-setupext.py.diff build.env MPLIB_BASE="${prefix}" post-extract { if {[variant_isset gtk2]} { reinplace "s|^BUILD_GTKAGG\[\[:space:\]\]*=\[\[:space:\]\]*'auto'|BUILD_GTKAGG=1|" ${worksrcpath}/setup.py reinplace "s|^BUILD_GTK\[\[:space:\]\]*=\[\[:space:\]\]*'auto'|BUILD_GTK=1|" ${worksrcpath}/setup.py } else { reinplace "s|^BUILD_GTKAGG\[\[:space:\]\]*=\[\[:space:\]\]*'auto'|BUILD_GTKAGG=0|" ${worksrcpath}/setup.py reinplace "s|^BUILD_GTK\[\[:space:\]\]*=\[\[:space:\]\]*'auto'|BUILD_GTK=0|" ${worksrcpath}/setup.py } if {[variant_isset tkinter]} { reinplace "s|^BUILD_TKAGG\[\[:space:\]\]*=\[\[:space:\]\]*'auto'|BUILD_TKAGG=1|" ${worksrcpath}/setup.py } else { reinplace "s|^BUILD_TKAGG\[\[:space:\]\]*=\[\[:space:\]\]*'auto'|BUILD_TKAGG=0|" ${worksrcpath}/setup.py } if {[variant_isset wxpython]} { reinplace "s|^BUILD_WXAGG\[\[:space:\]\]*=\[\[:space:\]\]*'auto'|BUILD_WXAGG=1|" ${worksrcpath}/setup.py } else { reinplace "s|^BUILD_WXAGG\[\[:space:\]\]*=\[\[:space:\]\]*'auto'|BUILD_WXAGG=0|" ${worksrcpath}/setup.py } if {[variant_isset numarray]} { reinplace "s|NUMERIX.-1.|'numarray'|" ${worksrcpath}/setup.py } if {[variant_isset numeric]} { reinplace "s|NUMERIX.-1.|'numeric'|" ${worksrcpath}/setup.py } if {[variant_isset numpy]} { reinplace "s|NUMERIX.-1.|'numpy'|" ${worksrcpath}/setup.py } } post-patch { reinplace "s| } post-destroot { xinstall -m 755 -d ${destroot}/${prefix}/share/doc/${name} ${destroot}/${prefix}/share/${name} xinstall -m 644 -W ${worksrcpath} API_CHANGES CHANGELOG INSTALL INTERACTIVE KNOWN_BUGS README TODO ${destroot}/${prefix}/share/doc/${name} file copy ${worksrcpath}/license ${destroot}/${prefix}/share/doc/${name} file copy ${worksrcpath}/examples ${destroot}/${prefix}/share/${name} } Variant: gtk2 conflicts tkinter wxpython description "Use gtkAgg for interactive plotting" { depends_lib-append port:py-gtk2 } Variant: tkinter conflicts gtk2 wxpython description "Use tkAgg for interactive plotting" { depends_lib-append port:py-tkinter } Variant: wxpython conflicts gtk2 tkinter description "Use wxAgg for interactive plotting" { depends_lib-append port:py-wxpython } Variant: numarray conflicts numpy Numeric description "Use numarray as array-object" { depends_lib-append port:py-numarray } Variant: Numeric conflicts numarray numpy description "Use Numeric as array-object" { depends_lib-append port:py-numeric } Variant: numpy conflicts numarray Numeric description "Use numpy as array-object" { depends_lib-append port:py-numpy } if { ![variant_isset gtk2] && ![variant_isset tkinter] && ![variant_isset wxpython] } { default_variants +tkinter } if { ![variant_isset numarray] && ![variant_isset Numeric] && ![variant_isset numpy] } { default_variants +numpy } If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page. Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:
% cd /opt/local/bin/portslocation/dports/py-matplotlibYou will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to: - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using py-matplotlib with these commands: % man py-matplotlib Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]() Digg py-matplotlib on MacOSX
Other Helpful SitesMacOSForgeDebian Packages MacPorts - SVN Freshports - FreeBSD Fink Package List RPM for MacOSX Port Categories
aqua
archivers audio benchmarks cad comms cross databases devel editors emulators games genealogy gnome gnustep graphics irc java kde lang math multimedia net news palm perl python ruby science security shells sysutils textproc www x11 xfce zope
Current CVS DownloadsDarwin Ports Current :nightly CVS snapshot OpenDarwin CVSWeb SSH Key Gen |
|||||||
| |




