Skip to content

Commit fb4f6ab

Browse files
Matthias Köppetscrim
Matthias Köppe
andauthored
Apply suggestions from code review
Co-authored-by: Travis Scrimshaw <[email protected]>
1 parent 30858af commit fb4f6ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/sage/matrix/operation_table.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -956,9 +956,9 @@ def color_table(self, element_names=True, cmap=None, **options):
956956
957957
- ``element_names`` - (default : ``True``) Whether to display text with element names on the image
958958
959-
- ``cmap`` - (default: :obj:`matplotlib.cm.gist_rainbow`) color map for plot, see :mod:`matplotlib.cm`
959+
- ``cmap`` -- (default: :obj:`matplotlib.cm.gist_rainbow`) color map for plot, see :mod:`matplotlib.cm`
960960
961-
- ``**options`` - passed on to :func:`~sage.plot.matrix_plot.matrix_plot`
961+
- ``**options`` -- passed on to :func:`~sage.plot.matrix_plot.matrix_plot`
962962
963963
EXAMPLES::
964964
@@ -1016,9 +1016,9 @@ def gray_table(self, **options):
10161016
10171017
INPUT:
10181018
1019-
- ``element_names`` - (default: ``True``) Whether to display text with element names on the image
1019+
- ``element_names`` -- (default: ``True``) whether to display text with element names on the image
10201020
1021-
- ``**options`` - passed on to :func:`~sage.plot.matrix_plot.matrix_plot`
1021+
- ``**options`` -- passed on to :func:`~sage.plot.matrix_plot.matrix_plot`
10221022
10231023
EXAMPLES::
10241024

0 commit comments

Comments
 (0)