other-type-of-plots/quickref.tex
author Puneeth Chaganti <punchagan@fossee.in>
Wed, 17 Nov 2010 23:24:23 +0530
changeset 520 8249ae9d570a
parent 398 36295bb91766
permissions -rw-r--r--
Minor edits.

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)|}