| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 21 Dec 2025 02:51:08 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100106164625
location: https://web.archive.org/web/20100106164625/https://py-matplotlib.darwinports.com/
server-timing: captures_list;dur=0.500386, exclusion.robots;dur=0.036572, exclusion.robots.policy;dur=0.028204, esindex;dur=0.009518, cdx.remote;dur=6.402028, LoadShardBlock;dur=119.539347, PetaboxLoader3.datanode;dur=76.251820, PetaboxLoader3.resolve;dur=35.096082
x-app-server: wwwb-app227-dc8
x-ts: 302
x-tr: 152
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app227; 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: Sun, 21 Dec 2025 02:51:08 GMT
content-type: text/html
x-archive-orig-date: Wed, 06 Jan 2010 16:32:17 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: Wed, 06 Jan 2010 16:46:25 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: TLA-20100106163034-00522-ia360908-c/TLA-20100106163915-00523-ia360908.us.archive.org.warc.gz
server-timing: captures_list;dur=1.448703, exclusion.robots;dur=0.020900, exclusion.robots.policy;dur=0.009195, esindex;dur=0.009982, cdx.remote;dur=7.282444, LoadShardBlock;dur=154.106485, PetaboxLoader3.datanode;dur=93.885272, PetaboxLoader3.resolve;dur=114.021482, load_resource;dur=75.971669
x-app-server: wwwb-app227-dc8
x-ts: 200
x-tr: 341
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.99.0 - How to Download and Install on Mac OS X
|
|||||||||
Wednesday the 6th of January, 2010 |
|||||||||
py-matplotlib most recent diffversion 0.99.0
Scroll down toward the bottom of the page to get installation instructions for py-matplotlib. The raw portfile for py-matplotlib 0.99.0 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 The py-matplotlib Portfile 57375 2009-09-10 08:16:41Z ryandesign PortSystem 1.0 PortGroup python24 1.0 Category:-append graphics math Name: py-matplotlib Version: 0.99.0 Maintainers: nomaintainer Platform: darwin 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 numpy for handling large data sets and supports a variety of output backends. This port provides variants for the different GUIs (gtk2, tkinter, wxpython). Homepage: https://matplotlib.sourceforge.net Master Sites: sourceforge:matplotlib distname matplotlib-${version} Checksums: md5 8e019e17396e816cc2ef52843532e727 sha1 5c267e96ecebe0654683b6325f423c53ae5ccd39 rmd160 e69f3d6c877e2854becf71a25e4ba56f2ced8735 depends_lib-append port:freetype port:libpng port:py-dateutil port:py-tz port:py-numpy port:py-configobj port:py-pyobjc2 port:py-pyobjc2-cocoa Patch Files: patch-setupext.py.diff patch-setup.cfg.diff patch-disable_optional_deps.diff build.env MPLIB_BASE="${prefix}" post-patch { reinplace "s| } post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} ${destroot}${prefix}/share/${name} xinstall -m 644 -W ${worksrcpath} CHANGELOG INSTALL INTERACTIVE KNOWN_BUGS README.txt TODO ${destroot}${prefix}/share/doc/${name} file copy ${worksrcpath}/license ${destroot}${prefix}/share/doc/${name} file copy ${worksrcpath}/examples ${destroot}${prefix}/share/${name} } post-activate { ui_msg "\nThe default backend is now the non-interactive Agg backend, different backends can be specified using the ~/.matplotlib/matplotlibrc file. More details, regarding backends, can be found in the matplotlib FAQ: \nhttps://matplotlib.sourceforge.net/faq/installing_faq.html#what-is-a-backend\n" } platform darwin 8 { depends_lib-append port:py-pyobjc depends_lib-delete port:py-pyobjc2 port:py-pyobjc2-cocoa } Variant: cairo description "Enable Cairo backends" { depends_lib-append port:py-cairo post-patch { reinplace "s|MP_Cairo=False|MP_Cairo=True|" ${worksrcpath}/setupext.py } } Variant: gtk2 description "Enable GTKAgg backend" { depends_lib-append port:py-gtk post-patch { reinplace "s|^gtk=False|gtk=True|" ${worksrcpath}/setup.cfg reinplace "s|^gtkagg=False|gtkagg=True|" ${worksrcpath}/setup.cfg } } Variant: tkinter description "Enable tkAgg backend" { depends_lib-append port:py-tkinter post-patch { reinplace "s|^tkagg=False|tkagg=True|" ${worksrcpath}/setup.cfg } } Variant: wxpython description "Enable wxAgg backend" { depends_lib-append port:py-wxpython post-patch { reinplace "s|^wxagg=False|wxagg=True|" ${worksrcpath}/setup.cfg } } Variant: qt4 description "Enable QT4Agg backend" { depends_lib-append port:py-pyqt4 post-patch { reinplace "s|MP_QT4=False|MP_QT4=True|" ${worksrcpath}/setupext.py } } Variant: latex description "Enable LaTeX support" { depends_lib-append bin:latex:texlive post-patch { reinplace "s|MP_LaTeX=False|MP_LaTeX=True|" ${worksrcpath}/setupext.py } } Variant: ghostscript description "Enable GhostScript support" { depends_lib-append port:ghostscript post-patch { reinplace "s|MP_GhostScript=False|MP_GhostScript=True|" ${worksrcpath}/setupext.py } } if { ![variant_isset gtk2] && ![variant_isset tkinter] && ![variant_isset wxpython] && ![variant_isset qt4] } { default_variants +tkinter } livecheck.type none 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,
|
![]() |
![]()
Order Snow Leopard MacOSX 10.6 for only $29!
Other Helpful SitesMacOSForgeDebian Packages MacPorts - SVN Freshports - FreeBSD Fink Package List RPM for MacOSX Port Categories
accounting
amusements aqua archivers audio benchmarks biology blinkenlights cad chat chinese comms compression cross crypto databases devel editors education electronics emacs emulators erlang finance fonts framework fuse games genealogy gis gnome gnustep graphics gtk haskell iphone irc japanese java kde kde4 lang macports math mercurial ml mono multimedia net network news ocaml office palm parallel perl php pim project python reporting rox ruby russian scheme science security shells spelling squeak sysutils tcl tex textproc tk unicode vnc win32 wsn www x11 x11-font x11-wm xfce zope
Current SVN DownloadsDarwin Ports Current :nightly SVN snapshot SSH Key Gen See also: GNU-Darwin Ports for GNU-only software |
|||||||
| |




