tools
This commit is contained in:
80
chart/a.txt
Normal file
80
chart/a.txt
Normal file
@@ -0,0 +1,80 @@
|
||||
scatter_plot
|
||||
xticks, x轴刻度文字旋转角度
|
||||
yticks, y轴刻度文字旋转角度
|
||||
categories, 分组数据列名称
|
||||
x_name, x轴名称
|
||||
y_name,y轴名称
|
||||
title, 标题
|
||||
dpi, dpi大小
|
||||
x,图宽
|
||||
y,图长
|
||||
title_size,标题字号
|
||||
|
||||
bubble_plot_with_encircling
|
||||
range_column, 分组数据列
|
||||
range_data, 范围大小
|
||||
x_col, x轴数据
|
||||
y_col, y轴数据
|
||||
|
||||
Each_regression_line_in_its_own_column
|
||||
range_column, 分组数据列
|
||||
range_data, 范围大小
|
||||
|
||||
Jittering_with_stripplot
|
||||
|
||||
Marginal_Histogram
|
||||
x_color, x轴数据颜色
|
||||
y_color, y轴数据颜色
|
||||
|
||||
Correllogram
|
||||
size, 字号大小
|
||||
color, 颜色标准
|
||||
weight, 宽度
|
||||
|
||||
Marginal_Boxplot
|
||||
|
||||
Pairwise_Plot
|
||||
features, 特征列
|
||||
|
||||
Diverging_Bars
|
||||
|
||||
Diverging_Bars_vertical
|
||||
|
||||
Ordered_Bar_Chart
|
||||
color, 颜色
|
||||
|
||||
Lollipop_Chart
|
||||
color, 颜色
|
||||
|
||||
Dot_Plot
|
||||
color1, 网格线颜色
|
||||
color2, 点的颜色
|
||||
|
||||
Slope_Chart
|
||||
col_1, 数据列1
|
||||
col_2, 数据列2
|
||||
col_3, 数据列3
|
||||
|
||||
Dumbbell_Plot
|
||||
col_1, 初始列
|
||||
col_2, 终止列
|
||||
|
||||
Stacked_Histogram_for_Continuous_Variable
|
||||
groupby_col, 分组列
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user