diff options
author | ankitjavalkar | 2021-04-09 14:28:51 +0530 |
---|---|---|
committer | ankitjavalkar | 2021-04-09 14:28:51 +0530 |
commit | 566b99ec9ae9e07b47439fc0c43c3771022baf3e (patch) | |
tree | 6a7bfb629fdc327758ac48fcc9a9100fa0d89f96 /scipy | |
parent | d0197a9282870401fd565ebcb73c1c282c1c3cac (diff) | |
download | python-workshops-566b99ec9ae9e07b47439fc0c43c3771022baf3e.tar.gz python-workshops-566b99ec9ae9e07b47439fc0c43c3771022baf3e.tar.bz2 python-workshops-566b99ec9ae9e07b47439fc0c43c3771022baf3e.zip |
Remove reference to left location in legend command
Diffstat (limited to 'scipy')
-rw-r--r-- | scipy/basic/03_ipython_plotting.tex | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scipy/basic/03_ipython_plotting.tex b/scipy/basic/03_ipython_plotting.tex index f28372d..326ad79 100644 --- a/scipy/basic/03_ipython_plotting.tex +++ b/scipy/basic/03_ipython_plotting.tex @@ -462,7 +462,6 @@ In []: legend(['sin(2y)'], loc='center') \begin{lstlisting} 'best' 'right' -'left' 'center' \end{lstlisting} \end{columns} |