other-type-of-plots/quickref.tex
author Anoop Jacob Thomas<anoop@fossee.in>
Wed, 10 Nov 2010 18:58:11 +0530
changeset 445 0c8ab2b5225b
parent 398 36295bb91766
permissions -rw-r--r--
added slides for getting started with functions.

Creating scatter plot:\\
{\ex \lstinline|    scatter(x, y)|}

Creating pie chart:\\
{\ex \lstinline|    pie(p, labels=l)|}

Creating bar chart:\\
{\ex \lstinline|    bar(x, y)|}

Creating log-log chart:\\
{\ex \lstinline|    loglog(x, y)|}