@@ -208,7 +208,7 @@ def setup(self, fig, outfile, dpi=None):
208208 The figure object that contains the information for frames.
209209 outfile : str
210210 The filename of the resulting movie file.
211- dpi : int , optional, default: ``fig.dpi``
211+ dpi : float , optional, default: ``fig.dpi``
212212 The DPI (or resolution) for the file. This controls the size
213213 in pixels of the resulting movie file.
214214 """
@@ -434,10 +434,10 @@ def setup(self, fig, outfile, dpi=None, frame_prefix=None,
434434 The figure to grab the rendered frames from.
435435 outfile : str
436436 The filename of the resulting movie file.
437- dpi : number , optional
437+ dpi : float , optional
438438 The dpi of the output file. This, with the figure size,
439439 controls the size in pixels of the resulting movie file.
440- Default is fig.dpi.
440+ Default is `` fig.dpi`` .
441441 frame_prefix : str, optional
442442 The filename prefix to use for temporary files. If None (the
443443 default), files are written to a temporary directory which is
@@ -981,7 +981,7 @@ class to use, such as 'ffmpeg'.
981981 Movie frame rate (per second). If not set, the frame rate from the
982982 animation's frame interval.
983983
984- dpi : int , default: :rc:`savefig.dpi`
984+ dpi : float , default: :rc:`savefig.dpi`
985985 Controls the dots per inch for the movie frames. Together with
986986 the figure's size in inches, this controls the size of the movie.
987987
0 commit comments