我想创建一个时间序列图,使用seaborn.tsplot类似于此示例中的tsplot文档,但图例移到右侧,图中.

基于seaborn的timeseries.py中的 339-340行,看起来seaborn.tsplot目前不允许直接控制图例放置:
if legend:
ax.legend(loc=0, title=legend_name)
Run Code Online (Sandbox Code Playgroud)
是否有matplotlib解决方法?我正在使用seaborn 0.6-dev.
我正在尝试使用以下命令安装 rpy2 与 anaconda:
conda install -c https://conda.anaconda.org/r rpy2
Run Code Online (Sandbox Code Playgroud)
当 conda 更新依赖项和链接包时,它会因以下错误而停止:
Linking packages ...
Error: ERROR: placeholder '/root/miniconda3/envs/_build_placehold_placehold_placehold_placehold_placehold_p' too short in: ncurses-5.9-4
Run Code Online (Sandbox Code Playgroud)
这是安装的信息。
Current conda install:
platform : linux-64
conda version : 3.18.2
conda-build version : 1.14.1
python version : 2.7.10.final.0
requests version : 2.8.0
Run Code Online (Sandbox Code Playgroud)
有谁知道这个错误是什么意思以及如何解决它?