KmPlot/Using Sliders

From KDE UserBase Wiki
Revision as of 12:02, 11 October 2010 by Pipesmoker (talk | contribs) (Tutorial for sliders use)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A main feature fo KmPlot is to visualize the influence of parameters to the curve of a function. Let's see, how to move a sinus curve left and right:

  • Create a new cartesian plot.
  • Enter the equation
    f(x,a) = sin(x-a)
  • Check the Slider option and choose Slider No. 1 from the drop down list.
  • To make the available sliders visible, check View -> Show Sliders

Now you can move the slider and see how the parameter value modifies the position of the curve.

Screenshots