不确定最适合在此发布.我没有在Sublime的官方/非官方文件或网站上找到它.
任何人都有一个解决方案,在sublime文本中有一个vim /终端类型块游标?
任何建议都是受欢迎的.先感谢您.
我试图在用Python Seaborn模块创建的箱形图(绿色和橙色框之间)之间设置一个空格sns.boxplot().请参见附图,绿色和橙色子图框相互粘连,使其在视觉上不是最吸引人的.
无法找到办法做到这一点,任何人都可以找到办法(代码附加)?

import numpy as np
import pandas as pd
import matplotlib as mpl
import matplotlib.pyplot as plt
import seaborn as sns
tips = sns.load_dataset("tips")
sns.set(style="ticks", palette='Set2', font='Roboto Condensed')
sns.set_context("paper", font_scale=1.1, rc={"lines.linewidth": 1.1})
g=sns.factorplot(x="time", y="total_bill", hue="smoker",
col="day", data=tips, kind="box", size=4, aspect=0.5,
width=0.8,fliersize=2.5,linewidth=1.1, notch=False,orient="v")
sns.despine(trim=True)
g.savefig('test6.png', format='png', dpi=600)
Run Code Online (Sandbox Code Playgroud)
该Seaborn箱线图文档是在这里:http://stanford.edu/~mwaskom/software/seaborn/generated/seaborn.boxplot.html
我想安装pandas以便在Python中使用
我有最新版本的xcode和命令行工具,pip,easy_install,但安装这个一直给我以下错误,任何人都可以帮忙吗?
sudo easy_install pandas
> Best match: pandas 0.13.1
>Downloading https://pypi.python.org/packages/source/p/pandas/pandas-0.13.1.zip#md5=50e4902238dd5312c20c1c85fb024bb6
>Processing pandas-0.13.1.zip
>Running pandas-0.13.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-oU7Yfm/pandas-0.13.1/egg-dist-tmp-I4Mw_P
>warning: no files found matching 'README.rst' no previously-included directories found matching 'doc/build'
>warning: no previously-included files matching '*.so' found anywhere in distribution
>warning: no previously-included files matching '*.pyd' found anywhere in distribution
>warning: no previously-included files matching '*.pyc' found anywhere in distribution
>warning: no previously-included files matching '.git*' found anywhere in distribution
>warning: no previously-included files matching '.DS_Store' found anywhere …Run Code Online (Sandbox Code Playgroud) python ×2
boxplot ×1
command ×1
cursor ×1
matplotlib ×1
pandas ×1
pip ×1
seaborn ×1
sublimetext ×1
sublimetext3 ×1
xcode ×1