You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your feedback, but your code just works fine in my environment (PowerShell v5.1).
Could you let me know your os version and $PSVersionTable?
PS C:\WINDOWS\system32> $datasets = "C:\Program Files\WindowsPowerShell\Modules\oxyplotcli\1.0.5\datasets"
PS C:\WINDOWS\system32> $diamonds = Import-Csv $datasets\diamonds.csv
PS C:\WINDOWS\system32> $diamonds | oxyscat -XName carat -YName price -GroupName clarity | Show-OxyPlot
Convert-ParameterValue : Failed to convert into double
At C:\Program Files\WindowsPowerShell\Modules\oxyplotcli\1.0.5\DataPoints.ps1:49 char:8
Convert-ParameterValue : Failed to convert into double
At C:\Program Files\WindowsPowerShell\Modules\oxyplotcli\1.0.5\DataPoints.ps1:49 char:8
The text was updated successfully, but these errors were encountered: