smpl.latex.si_ttab

smpl.latex.si_ttab(tab, skip=0, fmt='{}')[source]

Transposed si_tab().

Parameters

tabarray_like

Array containing the values of the table

skipnumber

Skip this many table lines

fmtstr

format string for the numbers

Returns

tabstrstr

table latex string

Examples

>>> si_ttab([[1,2],[3,4]])
'\\SI{1}{}&\\SI{3}{}\\\\\n\\SI{2}{}&\\SI{4}{}\\\\\n'
Parameters:
  • skip (int) –

  • fmt (str) –