Graphical icon indicating copy to clipboard operation
Graphical copied to clipboard

Open-Source, Platform independent module that consumes data points as input and plots them on a 2D graph πŸ“ˆπŸ“ŠπŸ’Ή [Scatter / Bar / Line] on the PowerShell Console/Terminal

Results 18 Graphical issues
Sort by recently updated
recently updated
newest added

As discussed in issue 25, these changes will enable the lowest value in the dataset to be rendered properly.

When plotting data with any of the three chart types, the lowest value in the dataset is never drawn. This is perhaps most obviously demonstrated with a bar plot. For...

E.g. if the X axis step is the default 10, and the amount of data points is not dividable by 10, the last `|` box boundary character will be misplaced:...

bug

These were slightly out of line in the raw markdown, meaning that the rendered HTML didn't look quite right.

Graphical: patch to support user-supplied Y-Axis min/max value to keep a constant graph size. Example [here](https://cybercastor.github.io/graphical-patch.png).

…akzeptiert. In My Case i had errors in \Graphical\src\UtilityFunctions.ps1:18 Zeichen:5 and \Show-Graph.ps1:243 Zeichen:9 These were the steps necessary to fix it. Powershell Version: ``` $psversiontable Name Value ---- ----- PSVersion...

![Graphical_strange_scatter](https://user-images.githubusercontent.com/10636470/116517850-345f5f80-a8d8-11eb-917d-440efcd5c5c3.png)

Currently I am using `Clear-Host` and draw the graph again with an additional data point when I want to display live data. It works quite well, but it flickers a...

Would like to be able to specify a maximum Y Axis value as sometimes the maximum datapoint value is not necessarily the highest needed. Green, Yellow and Red values can...