Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4795dd1

Browse files
committed
Add What's New file for JSAnimation.
1 parentee81d8d commit4795dd1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Merge JSAnimation
2+
-----------------
3+
4+
Jake Vanderplas' JSAnimation package has been merged into matplotlib. This
5+
adds to matplotlib the `~matplotlib.animation.HTMLWriter` class for
6+
generating a javascript HTML animation, suitable for the IPython notebook.
7+
This can be activated by default by setting the ``animation.html`` rc
8+
parameter to ``jshtml``. One can also call the ``anim_to_jshtml`` function
9+
to manually convert an animation. This can be displayed using IPython's
10+
``HTML`` display class::
11+
12+
from IPython.display import HTML
13+
HTML(animation.anim_to_jshtml(anim))
14+
15+
The `~matplotlib.animation.HTMLWriter` class can also be used to generate
16+
an HTML file by asking for the ``html`` writer.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp