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

Commit

Permalink
dependencies + formatting + author
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno-TT committed Oct 31, 2022
1 parent e63fa09 commit d1e138e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/sage/matrix/operation_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
# ****************************************************************************

from sage.structure.sage_object import SageObject
from matplotlib.cm import gist_rainbow, Greys
from sage.plot.matrix_plot import matrix_plot
from sage.matrix.constructor import Matrix
from sage.plot.text import text


class OperationTable(SageObject):
Expand Down Expand Up @@ -379,9 +383,10 @@ class OperationTable(SageObject):
Provide color and grayscale graphical representations of tables.
See commented-out stubs in source code.
AUTHOR:
AUTHORS:
- Rob Beezer (2010-03-15)
- Bruno Edwards (2022-10-31)
"""

def __init__(self, S, operation, names='letters', elements=None):
Expand Down

0 comments on commit d1e138e

Please sign in to comment.