File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,21 @@ module GnuplotRB
3
3
# === Overview
4
4
# Animation allows to create gif animation with given plots
5
5
# as frames. Possible frames: Plot, Splot, Multiplot.
6
- # More about its usage in {animation notebook}[http://nbviewer.ipython.org/github/dilcom/gnuplotrb/blob/master/notebooks/animated_plots.ipynb].
6
+ # More about its usage in
7
+ # {animation notebook}[http://nbviewer.ipython.org/github/dilcom/gnuplotrb/blob/master/notebooks/animated_plots.ipynb].
8
+ #
9
+ # === Options
10
+ # Animations has several specific options:
11
+ # * animate - allows to get animated gif's. Possible values are true (just turn on animation),
12
+ # ot hash with suboptions (:loop - count of loops, default 0 - infinity$;
13
+ # :delay - delay between frames; :optimize - boolean, reduces file size).
14
+ # * size - size of gif file in pixels (size: [500, 500]) or (size: 500)
15
+ # * background - background color
16
+ # * transparent
17
+ # * enhanced
18
+ # * font
19
+ # * fontscale
20
+ # * crop
7
21
class Animation < Multiplot
8
22
##
9
23
# *Plot* here is also named as *frame*
You can’t perform that action at this time.
0 commit comments