我有一个问题,那就是如何组织我的数据,用海运制作一个条形图。我的数据输入如下
influencer platform reach
person a instagram 10000
person b instagram 5000
person a instagram 8000
person a youtube 13000
我需要的是一个条形图,显示每个影响者每个类别的到达值之和。
基本上,我正在接近海运,但它显示的是reach列的平均值,而不是总数
sns.barplot(x='influencer', y='reach', dat
所以我是很新的两门数据科学,我一直试图用海运绘制这个数据集的条形图,但它没有显示沿y轴的任何条形图,尽管利润之和非常高。
#sum of profit by each region
y = df.groupby('Region').Profit.sum()
sns.barplot(x = df['Region'] , y = y)
我有4 x 26 = 104个字符串格式的类别 a 34
b 53
c 24
...
z 23
aa 345
..
cz 232 我用海运条形图把它做成了条形图。但是,我不想将轴上的所有类别都显示为重叠,并且无论如何都是线性的。我试过了 ax.yaxis.set_major_locator(ticker.MaxNLocator(4)) 但这只需要a,b,c,d而不是a,aa,ba,ca。 我在其他定位器上也没有任何运气。有没有办法(最好是优雅的)做到这一点?
我正在试图生成如下的条形图:
# generate the bargraphs based on the `stat_list_prop`
def plot_bargraph_min_error(stat_list_prop, bar_color):
plt.xlabel("Layer")
plt.ylabel('Probability of Producing the Minimal Error')
sns.barplot(x=[x+1 for x in range(7)], y = stat_list_prop, color
我对蟒蛇很陌生。
我有两个数组,还有一个很好的条形图:
# Buyers in %
h =[1,1,3,5,9,13,16,16,14,10,5,4,2,1,0]
# Clothes size
x = [34,35,36,37,38,39,40,41,42,43,44,45,46,47,48]
# P(X=40) = 16 % // The probability that some buyers gets a 40 sized clothe is 16 %
# P(37 <= X <= 40) = 5+9+13+16 = 43 % // The probability