Below a patch to integrate KST as viewer. I hope you can use it. Regards, Chaim Zax
Kst is a cross platform data Visualizer, it supports Linux, OSX and Windows.
There was indeed an issue with the previous patch. Kst needs to be told explicitly which graphs to draw, otherwise it defaults to the import settings used previously (which is not a reliable way as you have found out). Attached the new patch. Please note, your Kst version needs to be recent enough to support the correct command line arguments (like '--asciiDataStart'). Verify with 'kst2 -h' to check if asciiDataStart is supported (option introduced after the 2.0.8 release). Regards, Chaim Zax
Kst is a cross platform data Visualizer, it supports both Linux, OSX and Windows.
There was indeed an issue with the previous patch. Kst needs to be told explicitly which graphs to draw, otherwise it defaults to the import settings used previously (which is not a reliable way as you have found out). Attached the new patch. Please note, your Kst version needs to be recent enough to support the correct command line arguments (like '--asciiDataStart'). Verify with 'kst2 -h' to check if asciiDataStart is supported (option introduced after the 2.0.8 release).
Below a patch to integrate KST as viewer. I hope you can use it. Regards, Chaim Zax...
Below a patch to integrate KST as viewer. Regards, Chaim Zax diff -Naur gspiceui-code-org/Install...