5
5
< html xmlns ="http://www.w3.org/1999/xhtml ">
6
6
< head >
7
7
< meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
8
-
8
+
9
9
< title > matplotlib: python plotting — Matplotlib 1.2.1 documentation</ title >
10
-
10
+
11
11
< link rel ="stylesheet " href ="_static/mpl.css " type ="text/css " />
12
12
< link rel ="stylesheet " href ="_static/pygments.css " type ="text/css " />
13
-
13
+
14
14
< script type ="text/javascript ">
15
15
var DOCUMENTATION_OPTIONS = {
16
16
URL_ROOT : './' ,
26
26
< link rel ="search " type ="application/opensearchdescription+xml "
27
27
title ="Search within Matplotlib 1.2.1 documentation "
28
28
href ="_static/opensearch.xml "/>
29
- < link rel ="top " title ="Matplotlib 1.2.1 documentation " href ="# " />
29
+ < link rel ="top " title ="Matplotlib 1.2.1 documentation " href ="# " />
30
30
</ head >
31
31
< body >
32
32
<!-- Piwik -->
48
48
}
49
49
</ script >
50
50
<!-- End Piwik Tag -->
51
+
52
+ < script >
53
+ function getSnippet ( id , url ) {
54
+ var req = false ;
55
+ // For Safari, Firefox, and other non-MS browsers
56
+ if ( window . XMLHttpRequest ) {
57
+ try {
58
+ req = new XMLHttpRequest ( ) ;
59
+ } catch ( e ) {
60
+ req = false ;
61
+ }
62
+ } else if ( window . ActiveXObject ) {
63
+ // For Internet Explorer on Windows
64
+ try {
65
+ req = new ActiveXObject ( "Msxml2.XMLHTTP" ) ;
66
+ } catch ( e ) {
67
+ try {
68
+ req = new ActiveXObject ( "Microsoft.XMLHTTP" ) ;
69
+ } catch ( e ) {
70
+ req = false ;
71
+ }
72
+ }
73
+ }
74
+ var element = document . getElementById ( id ) ;
75
+ if ( req ) {
76
+ // Synchronous request, wait till we have it all
77
+ req . open ( 'GET' , url , false ) ;
78
+ req . send ( null ) ;
79
+ element . innerHTML = req . responseText ;
80
+ }
81
+ }
82
+ </ script >
83
+
84
+
85
+
51
86
< link rel ="shortcut icon " href ="_static/favicon.ico ">
52
87
53
88
<!-- The "Fork me on github" ribbon -->
@@ -77,7 +112,7 @@ <h3>Navigation</h3>
77
112
< li > < a href ="gallery.html "> gallery</ a > | </ li >
78
113
< li > < a href ="citing.html "> citation</ a > | </ li >
79
114
< li > < a href ="contents.html "> docs</ a > »</ li >
80
-
115
+
81
116
</ ul >
82
117
</ div >
83
118
@@ -103,7 +138,7 @@ <h3>Quick search</h3>
103
138
< div class ="documentwrapper ">
104
139
< div class ="bodywrapper ">
105
140
< div class ="body ">
106
-
141
+
107
142
108
143
< h1 > John Hunter (1968-2012)</ h1 >
109
144
@@ -298,7 +333,7 @@ <h3>Navigation</h3>
298
333
< li > < a href ="gallery.html "> gallery</ a > | </ li >
299
334
< li > < a href ="citing.html "> citation</ a > | </ li >
300
335
< li > < a href ="contents.html "> docs</ a > »</ li >
301
-
336
+
302
337
</ ul >
303
338
</ div >
304
339
< div class ="footer ">
@@ -307,4 +342,4 @@ <h3>Navigation</h3>
307
342
Created using < a href ="http://sphinx-doc.org/ "> Sphinx</ a > 1.2b1.
308
343
</ div >
309
344
</ body >
310
- </ html >
345
+ </ html >
0 commit comments