@@ -236,7 +236,7 @@ import matplotlib.pyplot as plt
# 数据准备
categories=['Single','Multimer','Unknown']
counts=[88,58,0]
counts=[len(single),len(multimer),len(unknown)]
# 创建 seaborn 条形图
sns.set(style="whitegrid")
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.