PrettyTables.jl

Print data in formatted tables.
Popularity
327 Stars
Updated Last
11 Months Ago
Started In
January 2019

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/

Installation

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

Example

Usage

See the documentation.