https://bugs.kde.org/show_bug.cgi?id=372265

--- Comment #2 from Ben Lewis <benlewis...@gmail.com> ---
Hi Barth,

WRT the automatic scalars and vectors, I have not found them to be very useful
so, if it makes the code easier, then I would be okay with creating them
manually.

I have tried your work around and it kind of works but not quite. If I change
data files manually the "data strings" update as expected but if I run Kst from
the command line using the following script the "data strings" are not updated.

@echo off
for %%f in (*.csv) do (
echo "%%f"
"path\to\kst\kst2.exe" -F "%%f" --png "%%~nf.png" --pngWidth 3840 --pngHeight
2160 "kstfilename.kst"
)

Is there a way to force Kst to refresh the "data strings" prior to exporting an
image file?

Regards, Ben

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to