Graphical
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
## Steps to reproduce run the following script: ``` powershell ipmo Graphical $TestData = @( 146.2869, 125.8676, 131.6403, 126.1095, 125.2327, 129.3879, 121.1957, 121.1715, 133.5654, 123.1936, 121.2738, 128.1564, 115.8329, 120.6185, 129.975...
I added an option which allows the user to save a graph to file. Hope you like it.
When repeatedly drawing a graph with different data, I would like to manually set the axis bounds so the axis are "stable". For example, I would like to specify that...
Just some basic validation of the module and the functions Note currently the Pester is reporting some error since you don't have a LICENSE file on the repo. Hope it...
Hey @PrateekKumarSingh , The graph is already great, if the data is in the correct range and the values are steady. ## The problem However in my case for example...
I would like to show a graph for data with explicit X values, e.g. where the X axis represents time. Maybe `Datapoints` could accept a hash table where the key...
Fixes issue #18. ``` OperationStopped: /Path/To/Modules/Graphical/1.0.2/src/Get-LinePlot.ps1:33:21 Line | 33 | $Array[$j,$i] = $Line # add line | ~~~~~~~~~~~~~~~~~~~~~ | Index was outside the bounds of the array. ``` Also Fixes...
Hi @PrateekKumarSingh, First, I want to say thank you for this useful project. I find it very useful when exploring a new API and want to quickly see what the...