Skip to content

HumanEquivalentUnit/PSConsoleGraph

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Powershell Console Graph

Inputs datapoints and draws graph on the Powershell console

Features and Benefits

  • Color-coded output depending upon the Value of Datapoint
  • Custom X an Y-Axis labels
  • Graph in console is independent and fully customizable, not like Task Manager (Performance Tab)
  • Could be incorporated in Powershell scripts
  • Can consume datapoints generated during script run or Pre stored data like in a file or database.

For example, in following image function Show-Graph takes data points as input and plot them on a 2D graph

You can also customize the labels on X and Y-Axis

The function consumes data points, generated during script execution or Pre stored data like in a file or database.

About

Inputs data points and draws graph on a console

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%