Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.1 KB

README.md

File metadata and controls

29 lines (16 loc) · 1.1 KB

OxyPlot CLI

Example

The latest release is v2.0.0-beta. The project site is here.

OxyPlot CLI is a PowerShell module for using OxyPlot, the .NET chart library, on commnad line.

OxyPlot CLI is designed for both interactive usage and elaborate visualization scripting. It supports all series, axes and annotations of OxyPlot.

OxyPlot CLI also supports 'styles'. A style can apply a set of visual properties to a chart at once. Currently, the 'ggplot' style is provided. You can define your own style.

Installation

OxyPLot CLI is available in PowerShell Gallery.

Install-Module oxyplotcli

Usage

See Wiki pages.

License

Licensed under the MIT License, except the following:

The files in the datasets folder contains the contents obtained from the products of the R and ggplot2 projects. These files are subject to the license of the original products (GPL).