day1/session1.tex
changeset 138 5365aa8ec9a5
parent 130 8905a5badd7e
child 140 fe6a38572a65
--- a/day1/session1.tex	Wed Oct 21 16:57:28 2009 +0530
+++ b/day1/session1.tex	Wed Oct 21 18:40:55 2009 +0530
@@ -190,10 +190,12 @@
 #Sets the title of the figure
 
 In []: legend() 
-# When plot made with label
+# Shows a legend in the figure
+# Used when plot was made with label
 # plot(y, -2*sin(-y), label='sin')
 In []: legend(['sin'])
-# When no label, or to change
+# When no labels were used
+# Or to change the labels
 
 \end{lstlisting}
 \end{frame}