array_to_latex icon indicating copy to clipboard operation
array_to_latex copied to clipboard

Results 2 array_to_latex issues
Sort by recently updated
recently updated
newest added

Let's consider sample from doc: ``` >>> import numpy as np >>> import array_to_latex as a2l >>> A = np.array([[1.23456, 23.45678],[456.23, 8.239521]]) >>> latex_code = a2l.to_ltx(A, frmt = '{:6.2f}', arraytype...