~ubuntu-branches/ubuntu/maverick/kde-l10n-es/maverick

« back to all changes in this revision

Viewing changes to docs/kdeedu/kmplot/firststeps.docbook

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2009-07-15 12:46:39 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20090715124639-sa8d29pkh96fqtu2
Tags: 4:4.2.96-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
>Primeros pasos con &kmplot;</title>
4
4
 
5
5
<sect1 id="simple-function-plot">
6
 
<title
 
6
        <title
7
7
>Dibujar una función simple</title>
8
 
 
9
 
<para
10
 
>In the main toolbar there is a simple text box in which you can enter a function expression. Simply enter: <screen
11
 
><userinput
12
 
>x^2</userinput
13
 
></screen
14
 
> and press &Enter;. This will draw the plot of y=x^2 in the coordinate system. Enter another expression in the text box like <screen
15
 
><userinput
16
 
>5*sin(x)</userinput
17
 
></screen
18
 
> and another plot will be added. </para>
19
 
 
20
 
<para
21
 
>Click on one of the lines you have just plotted. Now the cross hair gets the color of the plot and is attached to the plot. You can use the mouse to move the cross hair along the plot. In the status bar at the bottom of the window the coordinates of the current position is displayed. Note that if the plot touches the x-axis the root will be displayed in the status bar, too.</para>
22
 
 
23
 
<para
24
 
>Click the mouse again and the cross hair will be detached from the plot.</para>
 
8
        
 
9
        <para
 
10
>En la barra lateral izquierda, existe un botón <guilabel
 
11
>Crear</guilabel
 
12
> con un menú desplegable para crear gráficos nuevos. Púlselo y seleccione <guilabel
 
13
>Gráfico cartesiano</guilabel
 
14
>. Se enfocará el cuadro para editar el texto. Reemplace el texto predeterminado con <screen
 
15
><userinput
 
16
>y = x^2</userinput
 
17
></screen
 
18
> y pulse &Enter;. Se dibujará el gráfico y = x <superscript
 
19
>2</superscript
 
20
> en el sistema de coordenadas. Pulsando de nuevo el botón <guilabel
 
21
>Crear</guilabel
 
22
>, seleccione <guilabel
 
23
>Gráfico cartesiano</guilabel
 
24
>, pero esta vez escriba <screen
 
25
><userinput
 
26
>y = 5sin(x)</userinput
 
27
></screen
 
28
> para crear otro gráfico. </para>
 
29
        
 
30
        <para
 
31
>Pulse en una de las líneas que se acaban de dibujar. La cruz tomará el color de la gráfica y se asociará a ésta. Puede utilizar el ratón para desplazar la cruz a los largo de la gráfica. En la barra de estado de la parte superior de la ventana de coordenadas se mostrará la posición actual. Tenga en cuenta que si la gráfica toca el eje x la raíz también se mostrará en la barra de estado.</para>
 
32
        
 
33
        <para
 
34
>Pulse nuevamente y la cruz se separará del gráfico.</para>
25
35
</sect1>
26
36
 
27
37
<sect1 id="edit-properties">
28
 
<title
 
38
        <title
29
39
>Editar propiedades</title>
30
 
 
31
 
<para
 
40
        
 
41
        <para
32
42
>Modifiquemos la función, y cambiemos el color de la linea trazada.</para>
33
 
 
34
 
<para
35
 
>You can edit all functions with the <menuchoice
 
43
        
 
44
        <para
 
45
>El editor de funciones lista todas las funciones que haya dibujado. Si ya no está seleccionado <guilabel
 
46
>y = x^2</guilabel
 
47
>, selecciónelo. Aquí tendrá acceso a muchas opciones. Vamos a renombrar la función y desplazarla 5 unidades hacia abajo. Cambie la ecuación de la función a <screen
 
48
> <userinput
 
49
>parabola(x) = x^2 - 5</userinput
 
50
></screen
 
51
> y pulse Intro. Para seleccionar otro color para el gráfico, pulse el botón <guilabel
 
52
>Aspecto</guilabel
 
53
> en la parte inferior del editor de funciones y seleccione un color nuevo. <note
 
54
> <para
 
55
>Todos los cambios se pueden deshacer a través de <menuchoice
36
56
><guimenu
37
 
>Plot</guimenu
 
57
>Editar</guimenu
38
58
><guimenuitem
39
 
>Edit Plots...</guimenuitem
 
59
>Deshacer</guimenuitem
40
60
> </menuchoice
41
 
> menu entry. A dialog appears which lists all the functions that you have plotted. Notice that &kmplot; has automatically found a unique function name for your expressions and completed the expression to a function equation.</para>
42
 
 
43
 
<para
44
 
>Select <guilabel
45
 
>f(x)=x^2</guilabel
46
 
> in the list. A double click or pressing the <guibutton
47
 
>Edit</guibutton
48
 
> button will show you a dialog window. Here you have access to a lot of options. Let us rename the function and move the plot 5 units down. Change the function equation to <screen
49
 
><userinput
50
 
>parabola(x)=x^2-5</userinput
51
 
></screen>
52
 
</para>
53
 
 
54
 
<para
55
 
>To select another color for the plot click into the <guilabel
56
 
>Color:</guilabel
57
 
> box. Finally press <guibutton
58
 
>OK</guibutton
59
 
> and your changes take effect in the coordinate system.</para>
60
 
 
61
 
<note
62
 
><para
63
 
>All changes can be undone until you press <guibutton
64
 
>OK</guibutton
65
 
> in the <guilabel
66
 
>Edit Plots</guilabel
67
 
> dialog.</para>
68
 
</note>
69
 
 
 
61
>.</para>
 
62
                </note>
 
63
        </para>
70
64
</sect1>
71
65
</chapter>
72
66
<!--