aminnj / PrettyTables.jl

Print data in formatted tables.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pretty Tables

Build status codecov Code Style: Blue

This package has the purpose to print data in matrices in a human-readable format. It was inspired in the functionality provided by https://ozh.github.io/ascii-tables/

Backends status

  • Text backend: stable.
  • HTML backend: not stable, API can change in minor versions, consider as beta.
  • LaTeX backend: not stable, API can change in minor version, consider as beta.

Installation

julia> using Pkg
julia> Pkg.add("PrettyTables")

Example

Usage

See the documentation.

About

Print data in formatted tables.

License:Other


Languages

Language:Julia 100.0%