Skip to content

mjhong0708/pyplot-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyplot-cli

Coverage Badge

Lightweight cli tool for plotting data. Currently, only line plot is supported.

Release note

  • 0.1.0 (2021.08.15): Initialized!
  • 0.1.1 (2021.08.15): Fixed type checking issues

Installation

  • pip install pyplot_cli for installation from pypi
  • download wheel from releases and install manually by pip

Usage

  • Basic: pyplt [filename] -x [x_index] -y [y_indices]

    • The form -y: index1,index2,...
  • result:

    example

  • more options: --xlabel, --ylabel, ... see pyplt --help for all options.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages