day1/cheatsheet1.tex
changeset 328 4075482a9770
parent 325 0cde91487637
child 330 46533051b9d3
child 340 347ff2714deb
equal deleted inserted replaced
327:c78cad28c2f7 328:4075482a9770
    77 Same way one can have TeX expression on xlabel, ylabel etc.
    77 Same way one can have TeX expression on xlabel, ylabel etc.
    78 
    78 
    79 \subsection{legends}
    79 \subsection{legends}
    80 \typ{In []: legend('sin(x)',loc=center)} \\
    80 \typ{In []: legend('sin(x)',loc=center)} \\
    81 Placec a legend on the current plot at location *loc*.\\
    81 Placec a legend on the current plot at location *loc*.\\
    82 Apart from \kwrd{center}, some other \kwrd{loc} which can be specified are:
    82 Apart from \typ{center}, some other \typ{loc} which can be specified are:
    83 \begin{lstlisting}
    83 \begin{lstlisting}
    84 'best'
    84 'best'
    85 'right'
    85 'right'
    86 'upper right'
    86 'upper right'
    87 'upper left'      
    87 'upper left'      
   141 In []: close()              
   141 In []: close()              
   142   \end{lstlisting}
   142   \end{lstlisting}
   143 
   143 
   144 \section{References}
   144 \section{References}
   145 \begin{itemize}
   145 \begin{itemize}
   146   \item For documentation on IPython refer: \\ \url{http://ipython.scipy.org/moin/Documentation}
   146   \item For documentation on IPython refer: \\ http://ipython.scipy.org/moin/Documentation
   147   \item Plotting(matplotlib) related documentation are available at:\\ \url{http://matplotlib.sourceforge.net/contents.html}
   147   \item Plotting(matplotlib) related documentation are available at:\\ http://matplotlib.sourceforge.net/contents.html
   148   \item Explore examples and plots based on matplotlib at \\ \url{http://matplotlib.sourceforge.net/examples/index.html}
   148   \item Explore examples and plots based on matplotlib at \\ http://matplotlib.sourceforge.net/examples/index.html
   149 \end{itemize}
   149 \end{itemize}
   150 \end{document}
   150 \end{document}
   151 
   151