CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 11 Aug 2025 04:24:15 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100217175538
location: https://web.archive.org/web/20100217175538/https://github.com/astraw/matplotlib
server-timing: captures_list;dur=0.816530, exclusion.robots;dur=0.026960, exclusion.robots.policy;dur=0.012886, esindex;dur=0.013942, cdx.remote;dur=37.419776, LoadShardBlock;dur=731.653342, PetaboxLoader3.resolve;dur=261.155739, PetaboxLoader3.datanode;dur=225.006804
x-app-server: wwwb-app213
x-ts: 302
x-tr: 844
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app213; path=/
x-location: All
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, 11 Aug 2025 04:24:16 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Wed, 17 Feb 2010 17:55:38 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "5833946f52f2e26c3a8d2b262793b623"
x-archive-orig-x-runtime: 315ms
x-archive-orig-content-length: 43975
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Wed, 17 Feb 2010 17:55:38 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 10 Feb 2009 14:28:18 GMT", ; rel="prev memento"; datetime="Fri, 15 Jan 2010 11:27:28 GMT", ; rel="memento"; datetime="Wed, 17 Feb 2010 17:55:38 GMT", ; rel="next memento"; datetime="Sun, 10 May 2015 14:47:33 GMT", ; rel="last memento"; datetime="Sat, 06 Jul 2024 23:57:27 GMT"
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: 51_14_20100217110433_crawl102_IndexOnly-c/51_14_20100217175442_crawl101.arc.gz
server-timing: captures_list;dur=0.448424, exclusion.robots;dur=0.017906, exclusion.robots.policy;dur=0.008769, esindex;dur=0.008676, cdx.remote;dur=27.249824, LoadShardBlock;dur=350.944508, PetaboxLoader3.resolve;dur=385.631468, PetaboxLoader3.datanode;dur=156.211393, load_resource;dur=231.279066
x-app-server: wwwb-app213
x-ts: 200
x-tr: 683
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
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
astraw's matplotlib at trunk - GitHub
This service is courtesy of Pledgie.
astraw / matplotlib
- Source
- Commits
- Network (6)
- Downloads (0)
- Graphs
-
Branch:
trunk
click here to add a description
click here to add a homepage
Sending Request…
Enable Donations
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
python 2D plotting library — Read more

jdh2358 (author)
Wed Feb 17 07:25:38 -0800 2010
README.txt
matplotlib for MacOS X 10.3.9 or later and Python 2.5 and Python 2.6 matplotlib is a python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms. matplotlib can be used in python scripts, the python and ipython shell (ala matlab or mathematica), web application servers, and various graphical user interface toolkits. Home page: <https://matplotlib.sourceforge.net/> Before running matplotlib, you must install numpy. Binary installers for all these packages are available here: <https://pythonmac.org/packages/py25-fat/index.html>. *** Back Ends *** You may use TkAgg or WXAgg back ends; Qt and GTK support is not provided in this package. By default this matplotlib uses TkAgg because Tcl/Tk is included with MacOS X. If you wish to use WXAgg then: * Install wxPython from: <https://pythonmac.org/packages/py25-fat/index.html>. * Configure a matplotlibrc file, as described below. For TkAgg you may use Apple's built-in Tcl/Tk or install your own 8.4.x *** Configuring a matplotlibrc file *** If you wish to change any matplotlib settings, create a file: ~/.matplotlib/matplotlibrc that contains at least the following information. The values shown are the defaults in the internal matplotlibrc file; change them as you see fit: # the default backend; one of GTK GTKAgg GTKCairo FltkAgg QtAgg TkAgg WXAgg # Agg Cairo GD GDK Paint PS PDF SVG Template backend : TkAgg interactive : False # see https://matplotlib.sourceforge.net/interactive.html See also <https://matplotlib.sourceforge.net/users/customizing.html>