diff options
Diffstat (limited to 'day1')
-rw-r--r-- | day1/session1.tex | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/day1/session1.tex b/day1/session1.tex index 7fac9b9..2470a74 100644 --- a/day1/session1.tex +++ b/day1/session1.tex @@ -190,10 +190,12 @@ In []: title('Sinusoids') #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} |