MCPcopy Index your code
hub / github.com/has2k1/plotnine / after_stat

Function after_stat

plotnine/mapping/evaluation.py:78–92  ·  view source on GitHub ↗

Evaluate mapping after statistic has been calculated Parameters ---------- x : str An expression See Also -------- plotnine.after_scale plotnine.stage

(x)

Source from the content-addressed store, hash-verified

76
77
78def after_stat(x):
79 """
80 Evaluate mapping after statistic has been calculated
81
82 Parameters
83 ----------
84 x : str
85 An expression
86
87 See Also
88 --------
89 plotnine.after_scale
90 plotnine.stage
91 """
92 return stage(after_stat=x)
93
94
95def after_scale(x):

Callers 15

test_computed_y_columnFunction · 0.90
test_geom_crossbarMethod · 0.90
test_pointsFunction · 0.90
test_stat_count_intFunction · 0.90
test_stat_count_floatFunction · 0.90
test_dodge_segmentFunction · 0.90
TestOutlineTypeClass · 0.90
test_contoursFunction · 0.90
test_pointsFunction · 0.90
test_polygonFunction · 0.90
test_calculated_aesFunction · 0.90

Calls 1

stageClass · 0.85

Tested by 11

test_computed_y_columnFunction · 0.72
test_geom_crossbarMethod · 0.72
test_pointsFunction · 0.72
test_stat_count_intFunction · 0.72
test_stat_count_floatFunction · 0.72
test_dodge_segmentFunction · 0.72
test_contoursFunction · 0.72
test_pointsFunction · 0.72
test_polygonFunction · 0.72
test_calculated_aesFunction · 0.72