summaryrefslogtreecommitdiff
path: root/other_types_of_plots/quickref.tex
blob: 275c226525b1f9ff786619dc9d1d5c7da0424242 (plain)
1
2
3
4
5
6
7
8
9
10
11
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)|}