From 750a0f2b18a04119429be98f836d492804441ea8 Mon Sep 17 00:00:00 2001 From: Anoop Jacob Thomas Date: Sun, 7 Nov 2010 18:36:59 +0530 Subject: Added quickrefs for dictionaries, getting started with arrays, for, matrices, other plots, savefig, using python modules. --- savefig/quickref.tex | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 savefig/quickref.tex (limited to 'savefig/quickref.tex') diff --git a/savefig/quickref.tex b/savefig/quickref.tex new file mode 100644 index 0000000..e485ae0 --- /dev/null +++ b/savefig/quickref.tex @@ -0,0 +1,5 @@ +Saving a plot(png):\\ +{\ex \lstinline| savefig('filename.png')|} + +Saving a plot(pdf):\\ +{\ex \lstinline| savefig('filename.pdf')|} -- cgit