Inputs datapoints and draws graph on the Powershell console
- 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.