Discussion:
Plotting contours
Christopher Rabotin
2017-02-20 08:35:00 UTC
Permalink
Hi there,
I'm trying to use KST2 to plot a contour. I could only find some
documentation for KST1 on the matter (cf.
https://kst-plot.kde.org/kst1/handbook/data-types.html#mx-source-file), and
it does not seem to work. In fact, I created a `dat` file which has exactly
and only the data in the example, and when I import it through
"Create/Image" or "Create/Matrix", then I cannot seem to select
"[MATRIX,...]" as a field.

Does KST2 support contour plots? If so, is there some documentation I can
refer to with a working example?

Thank you.
C Barth Netterfield
2017-03-02 20:18:40 UTC
Permalink
unfortunately, kst2 does not support reading matrices from ascii files - it
supports FITS images, and anything compatible with QImage for that (ie, png,
etc)

The kst1 docs are obsolete; I am working on a re-write, but that won't fix this
problem.

cbn
Post by Christopher Rabotin
Hi there,
I'm trying to use KST2 to plot a contour. I could only find some
documentation for KST1 on the matter (cf.
https://kst-plot.kde.org/kst1/handbook/data-types.html#mx-source-file), and
it does not seem to work. In fact, I created a `dat` file which has exactly
and only the data in the example, and when I import it through
"Create/Image" or "Create/Matrix", then I cannot seem to select
"[MATRIX,...]" as a field.
Does KST2 support contour plots? If so, is there some documentation I can
refer to with a working example?
Thank you.
Loading...