How to use the termtables.to_string function in termtables

To help you get started, we’ve selected a few termtables examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github nschloe / perfplot / perfplot / main.py View on Github external
def __repr__(self):
        data = numpy.column_stack([self.n_range, self.timings.T])
        return tt.to_string(data, header=["n"] + self.labels, style=None, alignment="r")

termtables

Pretty tables in the terminal

GPL-3.0
Latest version published 3 years ago

Package Health Score

57 / 100
Full package analysis

Popular termtables functions