1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
-
4
-
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
2
< html xmlns ="http://www.w3.org/1999/xhtml ">
6
- < head >
7
- < meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
8
-
9
- < title > matplotlib.animation.Animation.to_html5_video — Matplotlib 2.0.2 documentation</ title >
10
-
11
- < link rel ="stylesheet " href ="../../_static/mpl.css "
12
- type ="text/css " />
13
- < link rel ="stylesheet " href ="../../_static/pygments.css "
14
- type ="text/css " />
15
-
16
- < script type ="text/javascript ">
3
+ < head >
4
+ < meta content ="text/html; charset=utf-8 " http-equiv ="Content-Type "/>
5
+ < title > matplotlib.animation.Animation.to_html5_video — Matplotlib 2.0.2 documentation</ title >
6
+ < link href ="../../_static/mpl.css " rel ="stylesheet " type ="text/css "/>
7
+ < link href ="../../_static/pygments.css " rel ="stylesheet " type ="text/css "/>
8
+ < script type ="text/javascript ">
17
9
var DOCUMENTATION_OPTIONS = {
18
10
URL_ROOT : '../../' ,
19
11
VERSION : '2.0.2' ,
23
15
SOURCELINK_SUFFIX : '.txt'
24
16
} ;
25
17
</ script >
26
- < script type ="text/javascript " src ="../../_static/jquery.js "> </ script >
27
- < script type ="text/javascript " src ="../../_static/underscore.js "> </ script >
28
- < script type ="text/javascript " src ="../../_static/doctools.js "> </ script >
29
- < link rel ="search " type ="application/opensearchdescription+xml "
30
- title ="Search within Matplotlib 2.0.2 documentation "
31
- href ="../../_static/opensearch.xml "/>
32
- < link rel ="shortcut icon " href ="../../_static/favicon.ico "/>
33
- < link rel ="index " title ="Index " href ="../../genindex.html "
34
- />
35
- < link rel ="search " title ="Search " href ="../../search.html "
36
- />
37
- < link rel ="top " title ="Matplotlib 2.0.2 documentation " href ="../../index.html " />
38
- < link rel ="up " title ="animation module " href ="../animation_api.html " />
39
- < link rel ="next " title ="animation example code: animate_decay.py " href ="../../examples/animation/animate_decay.html " />
40
- < link rel ="prev " title ="matplotlib.animation.Animation.save " href ="matplotlib.animation.Animation.save.html " />
41
-
42
-
43
- </ head >
44
- < body >
45
-
46
-
47
-
18
+ < script src ="../../_static/jquery.js " type ="text/javascript "> </ script >
19
+ < script src ="../../_static/underscore.js " type ="text/javascript "> </ script >
20
+ < script src ="../../_static/doctools.js " type ="text/javascript "> </ script >
21
+ < link href ="../../_static/opensearch.xml " rel ="search " title ="Search within Matplotlib 2.0.2 documentation " type ="application/opensearchdescription+xml "/>
22
+ < link href ="../../_static/favicon.ico " rel ="shortcut icon "/>
23
+ < link href ="../../genindex.html " rel ="index " title ="Index "/>
24
+ < link href ="../../search.html " rel ="search " title ="Search "/>
25
+ < link href ="../../index.html " rel ="top " title ="Matplotlib 2.0.2 documentation "/>
26
+ < link href ="../animation_api.html " rel ="up " title ="animation module "/>
27
+ < link href ="../../examples/animation/animate_decay.html " rel ="next " title ="animation example code: animate_decay.py "/>
28
+ < link href ="matplotlib.animation.Animation.save.html " rel ="prev " title ="matplotlib.animation.Animation.save "/>
29
+ </ head >
30
+ < body > < div id ="unreleased-message ">
31
+ You are reading documentation that no longer exists in the
32
+ current release of Matplotlib! < a href ="https://matplotlib.org/search.html?q=matplotlib animation Animation to html5 video "> Try searching for
33
+ an updated version?</ a >
34
+ </ div >
48
35
<!-- The "Fork me on github" ribbon -->
49
- < img style ="float: right; margin-bottom: -40px; top: 0; right: 0; border: 0; " src =" https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png " usemap ="#ribbonmap "/>
36
+ < img src =" https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png " style ="float: right; margin-bottom: -40px; top: 0; right: 0; border: 0; " usemap ="#ribbonmap "/>
50
37
< map name ="ribbonmap ">
51
- < area shape =" poly " coords ="15,0,148,-1,148,135 " href ="https://github.com/matplotlib/matplotlib " title ="Fork me on GitHub " />
38
+ < area coords ="15,0,148,-1,148,135 " href ="https://github.com/matplotlib/matplotlib " shape =" poly " title ="Fork me on GitHub "/>
52
39
</ map >
53
-
54
40
< div style ="background-color: white; text-align: left; padding: 10px 10px 15px 15px ">
55
- < a href ="../../index.html "> < img src ="../../_static/logo2.svg " width ="540px " border =" 0 " alt =" matplotlib "/> </ a >
41
+ < a href ="../../index.html "> < img alt =" matplotlib " border =" 0 " src ="../../_static/logo2.svg " width ="540px "/> </ a >
56
42
</ div >
57
-
58
-
59
-
60
-
61
- < div class ="related ">
62
- < h3 > Navigation</ h3 >
63
- < ul >
64
- < li class ="right " style ="margin-right: 10px ">
65
- < a href ="../../genindex.html " title ="General Index "
66
- accesskey ="I "> index</ a > </ li >
67
- < li class ="right " >
68
- < a href ="../../py-modindex.html " title ="Python Module Index "
69
- > modules</ a > |</ li >
70
- < li class ="right " >
71
- < a href ="../../examples/animation/animate_decay.html " title ="animation example code: animate_decay.py "
72
- accesskey ="N "> next</ a > |</ li >
73
- < li class ="right " >
74
- < a href ="matplotlib.animation.Animation.save.html " title ="matplotlib.animation.Animation.save "
75
- accesskey ="P "> previous</ a > |</ li >
76
-
77
- < li > < a href ="../../index.html "> home</ a > | </ li >
78
- < li > < a href ="../../examples/index.html "> examples</ a > | </ li >
79
- < li > < a href ="../../gallery.html "> gallery</ a > | </ li >
80
- < li > < a href ="../pyplot_summary.html "> pyplot</ a > | </ li >
81
- < li > < a href ="../../contents.html "> docs</ a > »</ li >
82
- < li > < a href ="../index.html " > The Matplotlib API</ a > »</ li >
83
- < li > < a href ="../animation_api.html " accesskey ="U "> < code class ="docutils literal "> < span class ="pre "> animation</ span > </ code > module</ a > »</ li >
84
- </ ul >
85
- </ div >
86
-
87
-
88
- < div class ="sphinxsidebar ">
89
- < div class ="sphinxsidebarwrapper ">
43
+ < div class ="related ">
44
+ < h3 > Navigation</ h3 >
45
+ < ul >
46
+ < li class ="right " style ="margin-right: 10px ">
47
+ < a accesskey ="I " href ="../../genindex.html " title ="General Index "> index</ a > </ li >
48
+ < li class ="right ">
49
+ < a href ="../../py-modindex.html " title ="Python Module Index "> modules</ a > |</ li >
50
+ < li class ="right ">
51
+ < a accesskey ="N " href ="../../examples/animation/animate_decay.html " title ="animation example code: animate_decay.py "> next</ a > |</ li >
52
+ < li class ="right ">
53
+ < a accesskey ="P " href ="matplotlib.animation.Animation.save.html " title ="matplotlib.animation.Animation.save "> previous</ a > |</ li >
54
+ < li > < a href ="../../index.html "> home</ a > | </ li >
55
+ < li > < a href ="../../examples/index.html "> examples</ a > | </ li >
56
+ < li > < a href ="../../gallery.html "> gallery</ a > | </ li >
57
+ < li > < a href ="../pyplot_summary.html "> pyplot</ a > | </ li >
58
+ < li > < a href ="../../contents.html "> docs</ a > »</ li >
59
+ < li > < a href ="../index.html "> The Matplotlib API</ a > »</ li >
60
+ < li > < a accesskey ="U " href ="../animation_api.html "> < code class ="docutils literal "> < span class ="pre "> animation</ span > </ code > module</ a > »</ li >
61
+ </ ul >
62
+ </ div >
63
+ < div class ="sphinxsidebar ">
64
+ < div class ="sphinxsidebarwrapper ">
90
65
< a href ="http://depsy.org/package/python/matplotlib ">
91
- < img src ="../../_static/depsy_badge.svg ">
66
+ < img src ="../../_static/depsy_badge.svg "/ >
92
67
</ a >
93
-
94
68
< br />
95
69
96
70
Travis-CI: < a href ="https://travis-ci.org/matplotlib/matplotlib ">
97
- < img src ="https://travis-ci.org/matplotlib/matplotlib.svg?branch=master "/>
71
+ < img src ="https://travis-ci.org/matplotlib/matplotlib.svg?branch=master "/>
98
72
</ a >
99
73
< br /> < div class ="relations ">
100
74
< h3 > Related Topics</ h3 >
101
75
< ul >
102
- < li > < a href ="../../contents.html "> Documentation overview</ a > < ul >
103
- < li > < a href ="../index.html "> The Matplotlib API</ a > < ul >
104
- < li > < a href ="../animation_api.html "> < code class ="docutils literal "> < span class ="pre "> animation</ span > </ code > module</ a > < ul >
105
- < li > Previous: < a href ="matplotlib.animation.Animation.save.html " title ="previous chapter "> matplotlib.animation.Animation.save</ a > </ li >
106
- < li > Next: < a href ="../../examples/animation/animate_decay.html " title ="next chapter "> animation example code: animate_decay.py</ a > </ li >
107
- </ ul > </ li >
108
- </ ul > </ li >
109
- </ ul > </ li >
76
+ < li > < a href ="../../contents.html "> Documentation overview</ a > < ul >
77
+ < li > < a href ="../index.html "> The Matplotlib API</ a > < ul >
78
+ < li > < a href ="../animation_api.html "> < code class ="docutils literal "> < span class ="pre "> animation</ span > </ code > module</ a > < ul >
79
+ < li > Previous: < a href ="matplotlib.animation.Animation.save.html " title ="previous chapter "> matplotlib.animation.Animation.save</ a > </ li >
80
+ < li > Next: < a href ="../../examples/animation/animate_decay.html " title ="next chapter "> animation example code: animate_decay.py</ a > </ li >
81
+ </ ul > </ li >
82
+ </ ul > </ li >
83
+ </ ul > </ li >
110
84
</ ul >
111
85
</ div >
112
- < div role ="note " aria-label ="source link ">
113
- < h3 > This Page</ h3 >
114
- < ul class ="this-page-menu ">
115
- < li > < a href ="../../_sources/api/_as_gen/matplotlib.animation.Animation.to_html5_video.rst.txt "
116
- rel ="nofollow "> Show Source</ a > </ li >
117
- </ ul >
118
- </ div >
119
- < div id ="searchbox " style ="display: none " role ="search ">
120
- < h3 > Quick search</ h3 >
121
- < form class ="search " action ="../../search.html " method ="get ">
122
- < div > < input type ="text " name ="q " /> </ div >
123
- < div > < input type ="submit " value ="Go " /> </ div >
124
- < input type ="hidden " name ="check_keywords " value ="yes " />
125
- < input type ="hidden " name ="area " value ="default " />
126
- </ form >
86
+ < div aria-label ="source link " role ="note ">
87
+ < h3 > This Page</ h3 >
88
+ < ul class ="this-page-menu ">
89
+ < li > < a href ="../../_sources/api/_as_gen/matplotlib.animation.Animation.to_html5_video.rst.txt " rel ="nofollow "> Show Source</ a > </ li >
90
+ </ ul >
91
+ </ div >
92
+ < div id ="searchbox " role ="search " style ="display: none ">
93
+ < h3 > Quick search</ h3 >
94
+ < form action ="../../search.html " class ="search " method ="get ">
95
+ < div > < input name ="q " type ="text "/> </ div >
96
+ < div > < input type ="submit " value ="Go "/> </ div >
97
+ < input name ="check_keywords " type ="hidden " value ="yes "/>
98
+ < input name ="area " type ="hidden " value ="default "/>
99
+ </ form >
127
100
</ div >
128
101
< script type ="text/javascript "> $ ( '#searchbox' ) . show ( 0 ) ; </ script >
129
- </ div >
130
- </ div >
131
-
132
- < div class ="document ">
133
- < div class ="documentwrapper ">
134
- < div class ="bodywrapper ">
135
- < div class ="body ">
136
-
137
- < div class ="section " id ="matplotlib-animation-animation-to-html5-video ">
102
+ </ div >
103
+ </ div >
104
+ < div class ="document ">
105
+ < div class ="documentwrapper ">
106
+ < div class ="bodywrapper ">
107
+ < div class ="body ">
108
+ < div class ="section " id ="matplotlib-animation-animation-to-html5-video ">
138
109
< h1 > matplotlib.animation.Animation.to_html5_video< a class ="headerlink " href ="#matplotlib-animation-animation-to-html5-video " title ="Permalink to this headline "> ¶</ a > </ h1 >
139
110
< dl class ="method ">
140
111
< dt id ="matplotlib.animation.Animation.to_html5_video ">
@@ -146,23 +117,17 @@ <h1>matplotlib.animation.Animation.to_html5_video<a class="headerlink" href="#ma
146
117
< code class ="docutils literal "> < span class ="pre "> interval</ span > </ code > to control the speed, and uses the < code class ="docutils literal "> < span class ="pre "> repeat</ span > </ code >
147
118
parameter to decide whether to loop.</ p >
148
119
</ dd > </ dl >
149
-
150
120
</ div >
151
-
152
-
153
- </ div >
154
- </ div >
155
- </ div >
156
-
157
- < div class ="clearer "> </ div >
158
- </ div >
159
- < div class ="footer ">
160
- © Copyright 2002 - 2012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the Matplotlib development team; 2012 - 2016 The Matplotlib development team.
121
+ </ div >
122
+ </ div >
123
+ </ div >
124
+ < div class ="clearer "> </ div >
125
+ </ div >
126
+ < div class ="footer ">
127
+ © Copyright 2002 - 2012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the Matplotlib development team; 2012 - 2016 The Matplotlib development team.
161
128
Last updated on May 10, 2017.
162
- Created using < a
163
- href ="http://sphinx-doc.org/ "> Sphinx</ a > 1.5.5.
129
+ Created using < a href ="http://sphinx-doc.org/ "> Sphinx</ a > 1.5.5.
164
130
</ div >
165
-
166
131
< script >
167
132
( function ( i , s , o , g , r , a , m ) { i [ 'GoogleAnalyticsObject' ] = r ; i [ r ] = i [ r ] || function ( ) {
168
133
( i [ r ] . q = i [ r ] . q || [ ] ) . push ( arguments ) } , i [ r ] . l = 1 * new Date ( ) ; a = s . createElement ( o ) ,
@@ -175,9 +140,8 @@ <h1>matplotlib.animation.Animation.to_html5_video<a class="headerlink" href="#ma
175
140
</ script >
176
141
</ body >
177
142
< footer >
178
- <!--Flipcause Integration v3.0// Flipcause Integration Instructions:
143
+ <!--Flipcause Integration v3.0// Flipcause Integration Instructions:
179
144
Install the following code block once in the website Header (after <head> tag) -->
180
-
181
145
< style >
182
146
183
147
.fc-black_overlay {
@@ -266,7 +230,6 @@ <h1>matplotlib.animation.Animation.to_html5_video<a class="headerlink" href="#ma
266
230
}
267
231
268
232
</ style >
269
-
270
233
< script >
271
234
272
235
function open_window ( cause_id ) {
@@ -312,15 +275,13 @@ <h1>matplotlib.animation.Animation.to_html5_video<a class="headerlink" href="#ma
312
275
}
313
276
314
277
</ script >
315
-
316
- < div id ="fc-fade " class ="fc-black_overlay " onclick ="close_window() "> </ div >
317
- < div id ="fc-light " class ="fc-white_content ">
318
- < div id ="fc-main " class ="fc-main-box ">
319
- < div id ="fc-close " class ="fc-widget_close " onclick ="close_window() ">
320
- </ div > < iframe id ="fc-myFrame " iframe height ="580 " width ="925 " style ="border: 0;
321
- border-radius:5px 5px 5px 5px; box-shadow:0 0 8px rgba(0, 0, 0, 0.5); " scrolling ="no " src =""> </ iframe > </ div >
278
+ < div class ="fc-black_overlay " id ="fc-fade " onclick ="close_window() "> </ div >
279
+ < div class ="fc-white_content " id ="fc-light ">
280
+ < div class ="fc-main-box " id ="fc-main ">
281
+ < div class ="fc-widget_close " id ="fc-close " onclick ="close_window() ">
282
+ </ div > < iframe height ="580 " id ="fc-myFrame " iframe ="" scrolling ="no " src ="" style ="border: 0;
283
+ border-radius:5px 5px 5px 5px; box-shadow:0 0 8px rgba(0, 0, 0, 0.5); " width ="925 "> </ iframe > </ div >
322
284
</ div >
323
-
324
285
<!--END Flipcause Main Integration Code-->
325
286
</ footer >
326
287
</ html >
0 commit comments