You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
SOFTWARE/visualization_config.py.txt

12 lines
472 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

"""可视化参数配置,集中管理图表样式"""
# 词云配置
WORD_CLOUD_FONT = "C:/Windows/Fonts/simhei.ttf" # 中文字体路径Windows
# 若为Mac可替换为"/System/Library/Fonts/PingFang.ttc"
WORD_CLOUD_WIDTH = 1200
WORD_CLOUD_HEIGHT = 800
WORD_CLOUD_BG = "white"
WORD_CLOUD_CONTOUR = "steelblue"
# 应用场景条形图配置
APP_BAR_COLORS = ["#1f77b4", "#ff7f0e", "#2ca02c", "#d62728", "#9467bd", "#8c564b", "#e377c2", "#7f7f7f"]