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.
OxyPLot CLI is available in PowerShell Gallery.
Install-Module oxyplotcli
See Wiki pages.
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).