kst2(1)

NAME

   kst --- plots scientific data

SYNOPSIS

   kst

   kst    [ -F DATASOURCE ] [ -f STARTFRAME ] [ -n NUMFRAMES ] [ -s
          FRAMESPERSAMPLE [ -a ] ] kstfile

   kst    datasource [ -f STARTFRAME ] [ -n NUMFRAMES ] [ -s
          FRAMESPERSAMPLE [ -a ] ] [ -P PLOTNAME ] [ -A] [ -d ] [ -l ] [
          -b ] [ -x FIELD ] [ -e FIELD ] [ -r RATE ] [ -y FIELD ] [ -p
          FIELD ] [ -h FIELD ] [ -z FIELD ] [ --png filename ] [ --print
          filename [ --landscape | --portrait ] [ --Letter | --A4 ] ]

DESCRIPTION

   kst is a graphical data plotting tool, which includes  the  ability  to
   plot  live  data  (contiuously  update  the  plot  as  new data becomes
   available).

   kst may be run entirely from within its GUI, in which case  no  command
   line  arguments  are  needed.   kst  has  a  powerful wizard for easily
   setting up new plots.

   In the second invocation, kst loads pre-saved plot specifications  from
   the  file  kstfile  and optionally may override some of the settings in
   that file.

   In the third invocation, kst displays plots of the data as directed  in
   the  default  manner.   Additional  datasources may be specified on the
   command line with options for that datasource  following  it.   Command
   line  options  generally  apply  to all subsequent options unless later
   overridden.

OPTIONS

   -A     plot all curves in separate plots

   -a     average frames (simple mean) when plotting with -s.

   --A4   use A4 sized paper for printing.  Requires --print.

   -b     plot as bargraphs.

   -d     use points when plotting curves.

   -e FIELD
          use FIELD as the magnitude of error bars  applied  to  the  next
          plot.

   -F datasource
          override the datasource indicated in the kstfile and instead use
          datasource.

   -f STARTFRAME
          begin plotting at STARTFRAME frames into the data.  Set to -1 to
          start at NUMFRAMES from the end of the data.

   -h FIELD
          plot FIELD as a histogram.

   -l     use lines when plotting curves.

   --landscape
          use  landscape  orientation  for  printing.   Requires  --print.
          --Letter use US  Letter  sized  paper  for  printing.   Requires
          --print.

   -n NUMFRAMES
          plot  at  most  NUMFRAMES frames of data.  Set to -1 to indicate
          all of the data.

   -P PLOTNAME
          plot all plots in the plot named PLOTNAME.

   -p FIELD
          plot FIELD as a power spectrum plot.

   --png filename
          render to a portable network graphics (png) image with file name
          filename and quit.

   --portrait
          use portrait orientation for printing.  Requires --print.

   --print filename
          print the plot to file filename and quit.

   -s FRAMESPERSAMPLE
          plot every FRAMESPERSAMPLE frames when plotting.

   -x FIELD
          use FIELD as the X-axis vector.

   -y FIELD
          plot FIELD as an XY plot.

   -z FIELD
          plot FIELD as an image.

EXAMPLES

   Plot all data in column 2 from data.dat.
          kst data.dat -y 2

   Same as above, except only read 20 lines, starting at line 10.
          kst data.dat -f 10 -n 20 -y 2

   also read col 1. One plot per curve.
          kst data.dat -f 10 -n 20 -y 1 -y 2

   Read col 1 from data2.dat and col 1 from data.dat
          kst data.dat -f 10 -n 20 -y 2 data2.dat -y 1

   Same as above, except read 40 lines starting at 30 in data2.dat
          kst data.dat -f 10 -n 20 -y 2 data2.dat -f 30 -n 40 -y 1

   Specify  the  X vector and error bars: Plot x = col 1 and Y = col 2 and
   error flags = col 3 from data.dat
          kst data.dat -x 1 -e 3 -y 2

   Get the X vector from data1.dat, and the Y vector from data2.dat.
          kst data1.dat -x 1 data2.dat -y 1

   Placement: Plot column 2 and column 3 in plot P1 and column 4  in  plot
   P2
          kst data.dat -P P1 -y 2 -y 3 -P P2 -y 4

BUGS

   Please  report bugs to either the kst mailing list at [email protected] or to
   the kde bugzilla under the kst product at http://bugs.kde.org/.  If you
   can  run kst, you can easily report bugs by selecting Bug Report Wizard
   from the Help menu.

AUTHOR

   Matthew Truch <[email protected]>

LICENSE

   Permission is granted to copy, distribute and/or modify  this  document
   under  the  terms of the GNU Free Documentation License, Version 1.2 or
   any later version published by the Free Software  Foundation;  with  no
   Invariant  Sections,  with no Front-Cover Texts, and with no Back-Cover
   Texts.  A copy of the license is included in the `COPYING.DOC' file  as
   part of the kst distribution.



Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.


Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.

Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.


Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.

Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.


Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.

Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.