| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 22 Dec 2025 08:06:33 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100106164644
location: https://web.archive.org/web/20100106164644/https://py25-matplotlib.darwinports.com/
server-timing: captures_list;dur=0.535721, exclusion.robots;dur=0.038213, exclusion.robots.policy;dur=0.029336, esindex;dur=0.007698, cdx.remote;dur=16.166732, LoadShardBlock;dur=606.081616, PetaboxLoader3.resolve;dur=403.047273, PetaboxLoader3.datanode;dur=165.665015
x-app-server: wwwb-app222-dc8
x-ts: 302
x-tr: 648
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app222; 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 08:06:34 GMT
content-type: text/html
x-archive-orig-date: Wed, 06 Jan 2010 16:32:36 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:44 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=0.439428, exclusion.robots;dur=0.021171, exclusion.robots.policy;dur=0.012639, esindex;dur=0.007499, cdx.remote;dur=7.521290, LoadShardBlock;dur=173.798084, PetaboxLoader3.resolve;dur=83.941408, PetaboxLoader3.datanode;dur=121.856225, load_resource;dur=146.540806
x-app-server: wwwb-app222-dc8
x-ts: 200
x-tr: 416
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
Py25-matplotlib version 0.99.1.1 - How to Download and Install on Mac OS X
|
|||||||||
Wednesday the 6th of January, 2010 |
|||||||||
py25-matplotlib most recent diffversion 0.99.1.1
Scroll down toward the bottom of the page to get installation instructions for py25-matplotlib. The raw portfile for py25-matplotlib 0.99.1.1 is located here: https://py25-matplotlib.darwinports.com/dports/python/py25-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/py25-matplotlib The py25-matplotlib Portfile 58216 2009-09-24 08:39:27Z ram PortSystem 1.0 PortGroup python25 1.0 Category:-append graphics math Name: py25-matplotlib Version: 0.99.1.1 Maintainers: ram openmaintainer 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 bd0894dd924eb5bec84c42d26041a544 sha1 57b5f1e3f0c8866af99f72fca06b4e529acba31d rmd160 2bd025944eab18d41ddf9f521c00a1f065346738 depends_lib-append port:freetype port:libpng port:py25-dateutil port:py25-tz port:py25-numpy port:py25-configobj port:py25-pyobjc2 port:py25-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:py25-pyobjc depends_lib-delete port:py25-pyobjc2 port:py25-pyobjc2-cocoa } Variant: cairo description "Enable Cairo backends" { depends_lib-append port:py25-cairo post-patch { reinplace "s|MP_Cairo=False|MP_Cairo=True|" ${worksrcpath}/setupext.py } } Variant: gtk2 description "Enable GTKAgg backend" { depends_lib-append port:py25-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" { post-patch { reinplace "s|^tkagg=False|tkagg=True|" ${worksrcpath}/setup.cfg } } Variant: wxpython description "Enable wxAgg backend" { depends_lib-append port:py25-wxpython post-patch { reinplace "s|^wxagg=False|wxagg=True|" ${worksrcpath}/setup.cfg } } Variant: qt4 description "Enable QT4Agg backend" { depends_lib-append port:py25-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/py25-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 py25-matplotlib with these commands: % man py25-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 |
|||||||
| |




