plotui/quickref.tex
changeset 457 68813d8d80fb
parent 456 be96dc6c9743
parent 451 c61ed190af5e
child 461 757418fff170
equal deleted inserted replaced
456:be96dc6c9743 457:68813d8d80fb
     1 Creating a linear array:\\
       
     2 {\ex \lstinline|    x = linspace(0, 2*pi, 50)|}
       
     3 
       
     4 Plotting two variables:\\
       
     5 {\ex \lstinline|    plot(x, sin(x))|}
       
     6 
       
     7 Saving Plot\\
       
     8 {\includegraphics[width=60mm]{save.png}}
       
     9 
       
    10 Zooming into a part of the plot\\
       
    11 {\includegraphics[width=60mm]{zoom.png}}
       
    12 
       
    13 Move the plot\\
       
    14 {\includegraphics[width=60mm]{move.png}}