Bug 87020

Summary: x equation vectors from the command line do not work
Product: [Applications] kst Reporter: Netterfield <netterfield>
Component: generalAssignee: kst
Status: RESOLVED NOT A BUG    
Severity: normal    
Priority: NOR    
Version: 1.x   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Netterfield 2004-08-12 05:37:55 UTC
Version:           0.99-devel (using KDE 3.2 BRANCH >= 20040204, Mandrake Linux Cooker i586 - Cooker)
Compiler:          gcc version 3.3.2 (Mandrake Linux 10.0 3.3.2-6mdk)
OS:                Linux (i686) release 2.6.3-7mdk

from the command line:
kst --xe 0:10:0.1 --ye "sin(x)"

does not plot the sine wave.  the X-axis vector is not created.

correct behavior:
the command line documentation says: 
  --xe <X>   X vector for equations x0:x1:n [INDEX]
Comment 1 George Staikos 2004-08-12 06:21:48 UTC
Your "n" should be 100, not 0.1