allinaigc commited on
Commit
630e5f7
·
1 Parent(s): 6043037

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ async def main():
129
  -------------------------------------------------------------------------
130
  1. 你需要用提问的语言来回答(如:中文提问你就用中文来回答,英文提问你就用英文来回答)。
131
  2. 如果要求你输出图表,那么图的解析度dpi需要设定为600。图尽量使用seaborn库。seaborn库的参数设定:sns.set(rc={'axes.facecolor':'#FFF9ED','figure.facecolor':'#FFF9ED'}, palette='bright', font='myfont')。
132
- 3. 你需要搜索'SimHei.ttf'字库文件,然后在matplotlib和seaborn中使用[SimHei]字库,然后把图上的文字转换成[SimHei]来显示。
133
  -------------------------------------------------------------------------
134
  """ # seaborn中的palette参数可以设定图表的颜色,选项包括:deep, muted, pastel, bright, dark, colorblind,Spectral。更多参数可以参考:https://seaborn.pydata.org/generated/seaborn.color_palette.html。
135
 
 
129
  -------------------------------------------------------------------------
130
  1. 你需要用提问的语言来回答(如:中文提问你就用中文来回答,英文提问你就用英文来回答)。
131
  2. 如果要求你输出图表,那么图的解析度dpi需要设定为600。图尽量使用seaborn库。seaborn库的参数设定:sns.set(rc={'axes.facecolor':'#FFF9ED','figure.facecolor':'#FFF9ED'}, palette='bright', font='myfont')。
132
+ 3. 你需要在互联网上搜索'SimHei.ttf'字库文件,然后在matplotlib和seaborn中使用[SimHei]字库,最后把图上的文字转换成[SimHei]来显示。
133
  -------------------------------------------------------------------------
134
  """ # seaborn中的palette参数可以设定图表的颜色,选项包括:deep, muted, pastel, bright, dark, colorblind,Spectral。更多参数可以参考:https://seaborn.pydata.org/generated/seaborn.color_palette.html。
135