Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
32650: .. note -> .. NOTE
Browse files Browse the repository at this point in the history
  • Loading branch information
seblabbe committed Nov 4, 2021
1 parent 28f1f4a commit 5d9414d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/sage/plot/animate.py
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ def gif(self, delay=20, savefile=None, iterations=0, show_path=False,
sage: a.gif(savefile=td + 'my_animation_2.gif', show_path=True, use_ffmpeg=True) # optional -- ffmpeg
Animation saved to .../my_animation_2.gif.
.. note::
.. NOTE::
If neither ffmpeg nor ImageMagick is installed, you will
get an error message like this::
Expand Down Expand Up @@ -634,7 +634,7 @@ def _gif_from_imagemagick(self, savefile=None, show_path=False,
sage: td = tmp_dir()
sage: a._gif_from_imagemagick(savefile=td + 'new.gif') # optional -- imagemagick
.. note::
.. NOTE::
If imagemagick is not installed, you will get an error message
like this::
Expand Down Expand Up @@ -760,7 +760,7 @@ def show(self, delay=None, iterations=None, **kwds):
This method does not return anything. Use :meth:`save` if you
want to save the figure as an image.
.. note::
.. NOTE::
Currently this is done using an animated gif, though this
could change in the future. This requires that either
Expand Down Expand Up @@ -806,7 +806,7 @@ def show(self, delay=None, iterations=None, **kwds):
sage: a.show(50, 3) # optional -- ImageMagick
.. note::
.. NOTE::
If you don't have ffmpeg or ImageMagick installed, you will
get an error message like this::
Expand Down Expand Up @@ -892,7 +892,7 @@ def ffmpeg(self, savefile=None, show_path=False, output_format=None,
sage: a.ffmpeg(savefile=td + 'new.mpg', show_path=True) # optional -- ffmpeg
Animation saved to .../new.mpg.
.. note::
.. NOTE::
If ffmpeg is not installed, you will get an error message
like this::
Expand Down

0 comments on commit 5d9414d

Please sign in to comment.