Skip to content

Commit 217f1ec

Browse files
Bruno-TTdimpase
authored andcommitted
dependencies + formatting + author
1 parent 94a3410 commit 217f1ec

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/sage/matrix/operation_table.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
# ****************************************************************************
1616

1717
from sage.structure.sage_object import SageObject
18+
from matplotlib.cm import gist_rainbow, Greys
19+
from sage.plot.matrix_plot import matrix_plot
20+
from sage.matrix.constructor import Matrix
21+
from sage.plot.text import text
1822

1923

2024
class OperationTable(SageObject):
@@ -379,9 +383,10 @@ class OperationTable(SageObject):
379383
Provide color and grayscale graphical representations of tables.
380384
See commented-out stubs in source code.
381385
382-
AUTHOR:
386+
AUTHORS:
383387
384388
- Rob Beezer (2010-03-15)
389+
- Bruno Edwards (2022-10-31)
385390
"""
386391

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

0 commit comments

Comments
 (0)