other-type-of-plots/quickref.tex
author Anoop Jacob Thomas<anoop@fossee.in>
Sun, 07 Nov 2010 18:36:59 +0530
changeset 398 36295bb91766
permissions -rw-r--r--
Added quickrefs for dictionaries, getting started with arrays, for, matrices, other plots, savefig, using python modules.

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