mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-29 06:33:16 +00:00
Added try/catch. Expanded aliases
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
try {. $PSScriptRoot\..\..\LoadPSD1.ps1} catch {}
|
||||
|
||||
$plt = New-Plot
|
||||
$plt.Plot((Get-Range 0 5 .02|%{[math]::Cos(2*[math]::pi*$_)}))
|
||||
$plt.SetChartSize(800,300)
|
||||
|
||||
Reference in New Issue
Block a user