other-type-of-plots/quickref.tex
author anand
Fri, 12 Nov 2010 00:40:47 +0530
changeset 491 ebfe3a675882
parent 398 36295bb91766
permissions -rw-r--r--
checklist ok for `getting started with lists`

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