FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
matplotlib.github.com/1.5.3/index.html at main · matplotlib/matplotlib.github.com · GitHub
matplotlib
/
matplotlib.github.com
Public
Notifications
You must be signed in to change notification settings
Fork
62
Star
29
Code
Issues
1
Pull requests
2
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
matplotlib.github.com
/
1.5.3
/
index.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
490 lines (402 loc) · 17 KB
Breadcrumbs
matplotlib.github.com
/
1.5.3
/
index.html
Copy path
File metadata and controls
490 lines (402 loc) · 17 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
>
<
html
xmlns
="
http://www.w3.org/1999/xhtml
"
>
<
head
>
<
meta
http-equiv
="
Content-Type
"
content
="
text/html; charset=utf-8
"
/>
<
title
>
matplotlib: python plotting — Matplotlib 1.5.3 documentation
</
title
>
<
link
rel
="
stylesheet
"
href
="
_static/mpl.css
"
type
="
text/css
"
/>
<
link
rel
="
stylesheet
"
href
="
_static/pygments.css
"
type
="
text/css
"
/>
<
script
type
="
text/javascript
"
>
var
DOCUMENTATION_OPTIONS
=
{
URL_ROOT
:
'./'
,
VERSION
:
'1.5.3'
,
COLLAPSE_INDEX
:
false
,
FILE_SUFFIX
:
'.html'
,
HAS_SOURCE
:
true
}
;
</
script
>
<
script
type
="
text/javascript
"
src
="
_static/jquery.js
"
>
</
script
>
<
script
type
="
text/javascript
"
src
="
_static/underscore.js
"
>
</
script
>
<
script
type
="
text/javascript
"
src
="
_static/doctools.js
"
>
</
script
>
<
link
rel
="
search
"
type
="
application/opensearchdescription+xml
"
title
="
Search within Matplotlib 1.5.3 documentation
"
href
="
_static/opensearch.xml
"
/>
<
link
rel
="
shortcut icon
"
href
="
_static/favicon.ico
"
/>
<
link
rel
="
top
"
title
="
Matplotlib 1.5.3 documentation
"
href
="
#
"
/>
<
script
>
function
getSnippet
(
id
,
url
)
{
var
req
=
false
;
// For Safari, Firefox, and other non-MS browsers
if
(
window
.
XMLHttpRequest
)
{
try
{
req
=
new
XMLHttpRequest
(
)
;
}
catch
(
e
)
{
req
=
false
;
}
}
else
if
(
window
.
ActiveXObject
)
{
// For Internet Explorer on Windows
try
{
req
=
new
ActiveXObject
(
"Msxml2.XMLHTTP"
)
;
}
catch
(
e
)
{
try
{
req
=
new
ActiveXObject
(
"Microsoft.XMLHTTP"
)
;
}
catch
(
e
)
{
req
=
false
;
}
}
}
var
element
=
document
.
getElementById
(
id
)
;
if
(
req
)
{
// Synchronous request, wait till we have it all
req
.
open
(
'GET'
,
url
,
false
)
;
req
.
send
(
null
)
;
element
.
innerHTML
=
req
.
responseText
;
}
}
</
script
>
<
link
rel
="
canonical
"
href
="
https://matplotlib.org/stable/index.html
"
/>
<
script
data-domain
="
matplotlib.org
"
defer
="
defer
"
src
="
https://views.scientific-python.org/js/script.js
"
>
</
script
>
</
head
>
<
body
>
<
div
id
="
unreleased-message
"
>
You are reading an old version of the documentation (v1.5.3). For the latest version see
<
a
href
="
https://matplotlib.org/stable/index.html
"
>
https://matplotlib.org/stable/index.html
</
a
>
</
div
>
<
div
class
="
alert
"
style
="
background-color: #FEA46C; padding: 10px 0;
"
>
<
h2
>
Matplotlib 2.0.0rc2 is available
</
h2
>
<
p
>
<
a
href
="
style_changes.html
"
style
="
font-weight: bold;
color: #11557C;
"
>
Install the release candidate now!
</
a
>
</
p
>
</
div
>
<!-- The "Fork me on github" ribbon -->
<
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
"
/>
<
map
name
="
ribbonmap
"
>
<
area
shape
="
poly
"
coords
="
15,0,148,-1,148,135
"
href
="
https://github.com/matplotlib/matplotlib
"
title
="
Fork me on GitHub
"
/>
</
map
>
<
div
style
="
background-color: white; text-align: left; padding: 10px 10px 15px 15px
"
>
<
a
href
="
#
"
>
<
img
src
="
_static/logo2.svg
"
width
="
540px
"
border
="
0
"
alt
="
matplotlib
"
/>
</
a
>
</
div
>
<
div
class
="
related
"
>
<
h3
>
Navigation
</
h3
>
<
ul
>
<
li
class
="
right
"
style
="
margin-right: 10px
"
>
<
a
href
="
genindex.html
"
title
="
General Index
"
accesskey
="
I
"
>
index
</
a
>
</
li
>
<
li
class
="
right
"
>
<
a
href
="
py-modindex.html
"
title
="
Python Module Index
"
>
modules
</
a
>
|
</
li
>
<
li
>
<
a
href
="
#
"
>
home
</
a
>
|
</
li
>
<
li
>
<
a
href
="
examples/index.html
"
>
examples
</
a
>
|
</
li
>
<
li
>
<
a
href
="
gallery.html
"
>
gallery
</
a
>
|
</
li
>
<
li
>
<
a
href
="
api/pyplot_summary.html
"
>
pyplot
</
a
>
|
</
li
>
<
li
>
<
a
href
="
contents.html
"
>
docs
</
a
>
»
</
li
>
</
ul
>
</
div
>
<
div
class
="
sphinxsidebar
"
>
<
div
class
="
sphinxsidebarwrapper
"
>
<
a
href
="
http://depsy.org/package/python/matplotlib
"
>
<
img
src
="
http://depsy.org/api/package/pypi/matplotlib/badge.svg
"
>
</
a
>
<
br
/>
Travis-CI:
<
a
href
="
https://travis-ci.org/matplotlib/matplotlib
"
>
<
img
src
="
https://travis-ci.org/matplotlib/matplotlib.svg?branch=master
"
/>
</
a
>
<
br
/>
<
div
>
<
div
onclick
="
open_window('MjI1OA==')
"
class
="
donate_button
"
>
Support matplotlib
</
div
>
<
div
onclick
="
open_window('MjM2OA==')
"
class
="
donate_button
"
>
Support NumFOCUS
</
div
>
</
div
>
<
div
id
="
searchbox
"
style
="
display: none
"
role
="
search
"
>
<
h3
>
Quick search
</
h3
>
<
form
class
="
search
"
action
="
search.html
"
method
="
get
"
>
<
div
>
<
input
type
="
text
"
name
="
q
"
/>
</
div
>
<
div
>
<
input
type
="
submit
"
value
="
Go
"
/>
</
div
>
<
input
type
="
hidden
"
name
="
check_keywords
"
value
="
yes
"
/>
<
input
type
="
hidden
"
name
="
area
"
value
="
default
"
/>
</
form
>
</
div
>
<
script
type
="
text/javascript
"
>
$
(
'#searchbox'
)
.
show
(
0
)
;
</
script
>
</
div
>
</
div
>
<
div
class
="
document
"
>
<
div
class
="
documentwrapper
"
>
<
div
class
="
bodywrapper
"
>
<
div
class
="
body
"
>
<
h1
>
Introduction
</
h1
>
<
p
>
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
<
a
href
="
http://ipython.org
"
>
ipython
</
a
>
shell (ala
MATLAB
<
sup
>
®
<
a
name
="
matlab
"
href
="
#ftn.matlab
"
>
*
</
a
>
</
sup
>
or
Mathematica
<
sup
>
®
<
a
name
="
mathematica
"
href
="
#ftn.mathematica
"
>
†
</
a
>
</
sup
>
),
web application servers, and six graphical user
interface toolkits.
</
p
>
<
p
align
="
center
"
>
<
a
href
="
users/screenshots.html
"
>
<
img
align
="
middle
"
src
="
_static/logo_sidebar_horiz.png
"
border
="
0
"
alt
="
screenshots
"
/>
</
a
>
</
p
>
<
p
>
matplotlib tries to make easy things easy and hard things possible.
You can generate plots, histograms, power spectra, bar charts,
errorcharts, scatterplots, etc, with just a few lines of code.
For a sampling, see the
<
a
href
="
users/screenshots.html
"
>
screenshots
</
a
>
,
<
a
href
="
gallery.html
"
>
thumbnail
</
a
>
gallery, and
<
a
href
="
examples/index.html
"
>
examples
</
a
>
directory
</
p
>
<
p
>
For simple plotting the
<
tt
>
pyplot
</
tt
>
interface provides a
MATLAB-like interface, particularly when combined
with
<
tt
>
IPython
</
tt
>
. For the power user, you have full control
of line styles, font properties, axes properties, etc, via an object
oriented interface or via a set of functions familiar to MATLAB
users.
</
p
>
<
div
style
="
float: right; min-width: 450px; width: 50%; padding-left: 5%;
"
>
<
h1
>
John Hunter (1968-2012)
</
h1
>
<
table
bgcolor
="
#ddddff
"
>
<
tr
>
<
td
>
<
img
src
="
_static/John-hunter-crop-2.jpg
"
align
="
left
"
/>
</
td
>
<
td
>
<
p
>
On August 28 2012, John D. Hunter, the creator of matplotlib, died
from complications arising from cancer treatment, after a brief but
intense battle with this terrible illness. John is survived by his
wife Miriam, his three daughters Rahel, Ava and Clara, his sisters
Layne and Mary, and his mother Sarah.
</
p
>
<
p
>
If you have benefited from John's many contributions, please say
thanks in the way that would matter most to him. Please consider
making a donation to
the
<
a
href
="
http://numfocus.org/johnhunter/
"
>
John Hunter Technology
Fellowship
</
a
>
.
</
p
>
</
td
>
</
tr
>
</
table
>
</
div
>
<
h1
>
Installation
</
h1
>
Visit the
<
a
href
="
users/installing.html
"
>
matplotlib installation instructions
</
a
>
.
<
h1
>
Documentation
</
h1
>
This is the documentation for matplotlib version 1.5.3.
<
p
id
="
other_versions
"
>
</
p
>
<
script
>
getSnippet
(
'other_versions'
,
'/versions.html'
)
;
</
script
>
<
p
>
Trying to learn how to do a particular kind of plot? Check out
the
<
a
href
="
gallery.html
"
>
gallery
</
a
>
,
<
a
href
="
examples/index.html
"
>
examples
</
a
>
,
or the
<
a
href
="
api/pyplot_summary.html
"
>
list of plotting
commands
</
a
>
.
</
p
>
<
h4
>
Other learning resources
</
h4
>
<
p
>
There are many
<
a
href
="
resources/index.html
"
>
external learning
resources
</
a
>
available including printed material, videos and tutorials.
</
p
>
<
h4
>
Need help?
</
h4
>
<
p
>
matplotlib is a welcoming, inclusive project, and we try to follow
the
<
a
href
="
http://www.python.org/psf/codeofconduct/
"
>
Python Software
Foundation Code of Conduct
</
a
>
in everything we do.
</
p
>
<
p
>
Check the
<
a
href
="
faq/index.html
"
>
faq
</
a
>
,
the
<
a
href
="
api/index.html
"
>
api
</
a
>
docs,
<
a
href
="
http://matplotlib.1069221.n5.nabble.com/matplotlib-users-f3.html
"
>
mailing
list archives
</
a
>
, and join the matplotlib
mailing lists
<
a
href
="
https://mail.python.org/mailman/listinfo/matplotlib-users
"
>
Users
</
a
>
,
<
a
href
="
https://mail.python.org/mailman/listinfo/matplotlib-announce
"
>
Announce
</
a
>
and
<
a
href
="
https://mail.python.org/mailman/listinfo/matplotlib-devel
"
>
Devel
</
a
>
.
Check out the matplotlib questions
on
<
a
href
="
http://stackoverflow.com/questions/tagged/matplotlib
"
>
stackoverflow
</
a
>
.
The
<
a
href
="
search.html
"
>
search
</
a
>
tool searches all of
the documentation, including full text search of over 350 complete
examples which exercise almost every corner of matplotlib.
</
p
>
<
p
>
You can file bugs, patches and feature requests on the
github
<
a
href
="
https://github.com/matplotlib/matplotlib/issues?sort=created&direction=desc&state=open
"
>
tracker
</
a
>
,
but it is a good idea to ping us on the mailing list too.
</
p
>
<
p
>
To keep up to date with what's going on in matplotlib, see
the
<
a
href
="
users/whats_new.html
"
>
what's new
page
</
a
>
or browse the
<
a
href
="
https://github.com/matplotlib/matplotlib
"
>
source
code
</
a
>
. Anything that could require changes to your existing code
is logged in the
<
a
href
="
api/api_changes.html
"
>
api
changes
</
a
>
file.
</
p
>
<
h1
>
Toolkits
</
h1
>
<
p
>
There are several matplotlib add-on
<
a
href
="
mpl_toolkits/index.html
"
>
toolkits
</
a
>
,
including a choice of two projection and mapping toolkits
<
a
href
="
http://matplotlib.org/basemap
"
>
basemap
</
a
>
and
<
a
href
="
http://scitools.org.uk/cartopy/docs/latest
"
>
cartopy
</
a
>
,
3d plotting with
<
a
href
="
mpl_toolkits/mplot3d/index.html
"
>
mplot3d
</
a
>
,
axes and axis helpers in
<
a
href
="
mpl_toolkits/axes_grid/index.html
"
>
axes_grid
</
a
>
,
several higher-level plotting interfaces
<
a
href
="
https://seaborn.github.io/
"
>
seaborn
</
a
>
,
<
a
href
="
http://holoviews.org
"
>
holoviews
</
a
>
,
<
a
href
="
http://ggplot.yhathq.com
"
>
ggplot
</
a
>
, and more.
</
p
>
<
h1
>
Citing matplotlib
</
h1
>
<
p
>
matplotlib is the brainchild of John Hunter (1968-2012), who, along with its many
contributors, have put an immeasurable amount of time and effort into producing a
piece of software utilized by thousands of scientists worldwide.
If matplotlib contributes to a project that leads to a scientific publication,
please acknowledge this work by citing the project. You can use this
<
a
href
="
citing.html
"
>
ready-made citation entry
</
a
>
.
</
p
>
<
h1
>
Open source
</
h1
>
<
img
src
="
_static/numfocus_badge.png
"
alt
="
A Fiscally Sponsored Project of NUMFocus
"
style
="
float:right; margin-left:20px
"
/>
<
p
>
Please
consider
<
a
href
="
https://www.flipcause.com/widget/MjI1OA==
"
>
donating
to the matplotlib project
</
a
>
through the Numfocus organization or to
the
<
a
href
="
http://numfocus.org/johnhunter/
"
>
John Hunter Technology Fellowship
</
a
>
.
</
p
>
<
p
>
The matplotlib
<
a
href
="
users/license.html
"
>
license
</
a
>
is based on the Python Software Foundation
<
a
href
="
http://www.python.org/psf/license
"
>
(PSF)
</
a
>
license.
</
p
>
<
p
>
There is an active developer community and a long list of people
who have made significant
<
a
href
="
users/credits.html
"
>
contributions
</
a
>
.
</
p
>
<
p
>
Matplotlib is hosted on
<
a
href
="
https://github.com/matplotlib/matplotlib
"
>
Github
</
a
>
.
<
a
href
="
https://github.com/matplotlib/matplotlib/issues
"
>
Issues
</
a
>
and
<
a
href
="
https://github.com/matplotlib/matplotlib/pulls
"
>
Pull requests
</
a
>
are tracked at Github too.
</
p
>
<
div
class
="
footnote
"
>
<
p
>
<
sup
>
<
a
name
="
ftn.matlab
"
href
="
#matlab
"
>
*
</
a
>
</
sup
>
MATLAB is a registered trademark of The MathWorks, Inc.
</
p
>
<
p
>
<
sup
>
<
a
name
="
ftn.mathematica
"
href
="
#mathematica
"
>
†
</
a
>
</
sup
>
Mathematica is a registered trademark of Wolfram Research, Inc.
</
p
>
</
div
>
</
div
>
</
div
>
<
div
class
="
clearer
"
>
</
div
>
</
div
>
<
div
class
="
footer
"
>
© Copyright 2002 - 2012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the matplotlib development team; 2012 - 2014 The matplotlib development team.
Last updated on Dec 19, 2016.
Created using
<
a
href
="
http://sphinx-doc.org/
"
>
Sphinx
</
a
>
1.4.3.
</
div
>
</
body
>
<
footer
>
<!--Flipcause Integration v3.0// Flipcause Integration Instructions:
Install the following code block once in the website Header (after <head> tag) -->
<
style
>
.
fc-black_overlay
{
display
:
none;
position
:
fixed;
z-index
:
1000001
;
top
:
0
%
;
left
:
0
%
;
width
:
100
%
;
height
:
100
%
;
background-color
:
black;
filter
:
alpha
(opacity=50);
cursor
:
pointer;
opacity
:
0.5
;
}
.
fc-white_content
{
opacity
:
1
;
display
:
none;
margin-top
:
-320
px
;
margin-left
:
-485
px
;
width
:
970
px
;
height
:
640
px
;
position
:
fixed;
top
:
50
%
;
left
:
50
%
;
border
:
none;
z-index
:
1000002
;
overflow
:
auto;
}
.
fc-main-box
{
opacity
:
1
;
display
:
none;
margin
:
15
px
auto
0
auto;
width
:
930
px
;
position
:
relative;
z-index
:
1000003
;
}
.
fc-widget_close
{
opacity
:
1
;
content
:
url
(https://i1338.photobucket.com/albums/o691/WeCause/X_zpse4a7e538.png);
position
:
absolute;
z-index
=
1000004; right
:
-16
px
;
top
:
-16
px
;
display
:
block;
cursor
:
pointer;
}
.
floating_button
{
display
:
block;
margin-top
:
0
px
;
margin-left
:
0
px
;
width
:
auto ;
height
:
auto;
position
:
fixed;
z-index
:
999999
;
overflow
:
auto;
}
@keyframes
backfadesin {
from
{
opacity
:
0
; }
to
{
opacity
:
.5
;}
}
@-moz-keyframes
backfadesin {
from
{
opacity
:
0
; }
to
{
opacity
:
.5
;}
}
@-webkit-keyframes
backfadesin {
from
{
opacity
:
0
; }
to
{
opacity
:
.5
;}
}
@-o-keyframes
backfadesin {
from
{
opacity
:
0
; }
to
{
opacity
:
.5
;}
}
@-ms-keyframes
backfadesin {
from
{
opacity
:
0
; }
to
{
opacity
:
.5
;}
}
@keyframes
fadesin {
0
%
{
opacity
:
0
; }
50
%
{
opacity
:
0
; }
75
%
{
opacity
:
0
;
transform
:
translateY
(
20
px
);}
100
%
{
opacity
:
1
;
transform
:
translateY
(
0
);}
}
@-moz-keyframes
fadesin {
0
%
{
opacity
:
0
; }
50
%
{
opacity
:
0
; }
75
%
{
opacity
:
0
;
-moz-transform
:
translateY
(
20
px
);}
100
%
{
opacity
:
1
;
-moz-transform
:
translateY
(
0
);}
}
@-webkit-keyframes
fadesin {
0
%
{
opacity
:
0
; }
50
%
{
opacity
:
0
; }
75
%
{
opacity
:
0
;
-webkit-transform
:
translateY
(
20
px
);}
100
%
{
opacity
:
1
;
-webkit-transform
:
translateY
(
0
);}
}
@-o-keyframes
fadesin {
0
%
{
opacity
:
0
; }
50
%
{
opacity
:
0
; }
75
%
{
opacity
:
0
;
-o-transform
:
translateY
(
20
px
);}
100
%
{
opacity
:
1
;
-o-transform
:
translateY
(
0
);}
}
@-ms-keyframes
fadesin {
0
%
{
opacity
:
0
; }
50
%
{
opacity
:
0
; }
75
%
{
opacity
:
0
;
-ms-transform
:
translateY
(
20
px
);}
100
%
{
opacity
:
1
;
-ms-transform
:
translateY
(
0
);}
}
</
style
>
<
script
>
function
open_window
(
cause_id
)
{
var
protocol
=
String
(
document
.
location
.
protocol
)
;
var
new_url
;
if
(
/
A
n
d
r
o
i
d
|
w
e
b
O
S
|
i
P
h
o
n
e
|
i
P
a
d
|
i
P
o
d
|
B
l
a
c
k
B
e
r
r
y
|
I
E
M
o
b
i
l
e
|
O
p
e
r
a
M
i
n
i
/
i
.
test
(
navigator
.
userAgent
)
)
{
new_url
=
"https://www.flipcause.com/widget/"
+
cause_id
window
.
open
(
new_url
)
;
}
else
{
document
.
getElementById
(
"fc-fade"
)
.
style
.
display
=
"block"
;
document
.
getElementById
(
"fc-fade"
)
.
style
.
webkitAnimation
=
"backfadesin 1s"
;
document
.
getElementById
(
"fc-fade"
)
.
style
.
animation
=
"backfadesin 1s"
;
document
.
getElementById
(
"fc-fade"
)
.
style
.
mozAnimation
=
"backfadesin 1s"
;
document
.
getElementById
(
"fc-light"
)
.
style
.
display
=
"block"
;
document
.
getElementById
(
"fc-light"
)
.
style
.
webkitAnimation
=
"fadesin 1.5s"
;
document
.
getElementById
(
"fc-light"
)
.
style
.
animation
=
"fadesin 1.5s"
;
document
.
getElementById
(
"fc-light"
)
.
style
.
mozAnimation
=
"fadesin 1.5s"
;
document
.
getElementById
(
"fc-main"
)
.
style
.
display
=
"block"
;
document
.
getElementById
(
"fc-main"
)
.
style
.
webkitAnimation
=
"fadesin 1.5s"
;
document
.
getElementById
(
"fc-main"
)
.
style
.
animation
=
"fadesin 1.5s"
;
document
.
getElementById
(
"fc-main"
)
.
style
.
mozAnimation
=
"fadesin 1.5s"
;
document
.
getElementById
(
"fc-close"
)
.
style
.
display
=
"block"
;
document
.
getElementById
(
"fc-close"
)
.
style
.
webkitAnimation
=
"fadesin 1.5s"
;
document
.
getElementById
(
"fc-close"
)
.
style
.
animation
=
"fadesin 1.5s"
;
document
.
getElementById
(
"fc-close"
)
.
style
.
mozAnimation
=
"fadesin 1.5s"
;
document
.
getElementById
(
"fc-myFrame"
)
.
style
.
display
=
"block"
;
document
.
getElementById
(
"fc-myFrame"
)
.
style
.
webkitAnimation
=
"fadesin 1.5s"
;
document
.
getElementById
(
"fc-myFrame"
)
.
style
.
animation
=
"fadesin 1.5s"
;
document
.
getElementById
(
"fc-myFrame"
)
.
style
.
mozAnimation
=
"fadesin 1.5s"
;
document
.
getElementById
(
"fc-myFrame"
)
.
src
=
"https://www.flipcause.com/widget/"
+
cause_id
;
}
}
function
close_window
(
)
{
document
.
getElementById
(
"fc-fade"
)
.
style
.
display
=
"none"
;
document
.
getElementById
(
"fc-light"
)
.
style
.
display
=
"none"
;
document
.
getElementById
(
"fc-main"
)
.
style
.
display
=
"none"
;
document
.
getElementById
(
"fc-close"
)
.
style
.
display
=
"none"
;
document
.
getElementById
(
"fc-myFrame"
)
.
style
.
display
=
"none"
;
}
</
script
>
<
div
id
="
fc-fade
"
class
="
fc-black_overlay
"
onclick
="
close_window()
"
>
</
div
>
<
div
id
="
fc-light
"
class
="
fc-white_content
"
>
<
div
id
="
fc-main
"
class
="
fc-main-box
"
>
<
div
id
="
fc-close
"
class
="
fc-widget_close
"
onclick
="
close_window()
"
>
</
div
>
<
iframe
id
="
fc-myFrame
"
iframe
height
="
580
"
width
="
925
"
style
="
border: 0;
border-radius:5px 5px 5px 5px; box-shadow:0 0 8px rgba(0, 0, 0, 0.5);
"
scrolling
="
no
"
src
=""
>
</
iframe
>
</
div
>
</
div
>
<!--END Flipcause Main Integration Code-->
</
footer
>
</
html
>
Back
|
FazBrowse Home
|
New Git URL