Skip to content

Commit 31ab44c

Browse files
fix density plot
1 parent 608ca0d commit 31ab44c

File tree

5 files changed

+49
-49
lines changed

5 files changed

+49
-49
lines changed

docs/images/samples/densityPlot/densityPlot_with_histogram.svg

Lines changed: 20 additions & 20 deletions
Loading

docs/images/samples/densityPlot/densityPlot_with_histogram_dark.svg

Lines changed: 20 additions & 20 deletions
Loading

docs/topics/samples/densityPlot/Density-Plot-With-Histogram.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ val ages = df["age"].dropNulls().cast<Double>()
2929
plot {
3030
histogram(ages) {
3131
alpha = 0.9
32-
fillColor = Color.WHITE
32+
fillColor = Color.BLUE
3333
y(Stat.density)
3434
}
3535
densityPlot(ages) {

0 commit comments

Comments
 (0)