tbrlpld / PlotGraph

Sublime Text package to plot number columns as graphs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

White spaces in shell cmd can cause issues

tbrlpld opened this issue · comments

This works to call plotvector in windows:

"C:/Users/tibor/AppData/Local/Programs/Python/Python35/python.exe" "C:\Users\tibor\AppData\Roaming\Sublime Text 3\Packages/PlotGraph/plotvectors.py" -list_str="[[1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 18.0], [0.0, 4.0, 3.0, 5.0, 5.0, 5.0, 4.0, 0.0], [11.1, -11.2, 11.3, -11.4, 11.5, -11.6, 11.7, -11.8]]"

That should be solved now with commit 55e42e (currently still on development branch.
Will be included in next release.

Tested under Linux (Ubuntu) and Windows 10.