Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Travis Scrimshaw <[email protected]>
  • Loading branch information
Matthias Köppe and tscrim authored Feb 18, 2023
1 parent 30858af commit fb4f6ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/sage/matrix/operation_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -956,9 +956,9 @@ def color_table(self, element_names=True, cmap=None, **options):
- ``element_names`` - (default : ``True``) Whether to display text with element names on the image
- ``cmap`` - (default: :obj:`matplotlib.cm.gist_rainbow`) color map for plot, see :mod:`matplotlib.cm`
- ``cmap`` -- (default: :obj:`matplotlib.cm.gist_rainbow`) color map for plot, see :mod:`matplotlib.cm`
- ``**options`` - passed on to :func:`~sage.plot.matrix_plot.matrix_plot`
- ``**options`` -- passed on to :func:`~sage.plot.matrix_plot.matrix_plot`
EXAMPLES::
Expand Down Expand Up @@ -1016,9 +1016,9 @@ def gray_table(self, **options):
INPUT:
- ``element_names`` - (default: ``True``) Whether to display text with element names on the image
- ``element_names`` -- (default: ``True``) whether to display text with element names on the image
- ``**options`` - passed on to :func:`~sage.plot.matrix_plot.matrix_plot`
- ``**options`` -- passed on to :func:`~sage.plot.matrix_plot.matrix_plot`
EXAMPLES::
Expand Down

0 comments on commit fb4f6ab

Please sign in to comment.